Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kumir2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kumir
kumir2
Commits
88c1cc6b
Commit
88c1cc6b
authored
Mar 24, 2018
by
Victor Yacovlev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
1d8c1f28
Pipeline
#466
failed with stages
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
0 deletions
+60
-0
.gitlab-ci.yml
.gitlab-ci.yml
+60
-0
No files found.
.gitlab-ci.yml
View file @
88c1cc6b
...
...
@@ -3,6 +3,21 @@ stages:
-
build
-
dist
-
pack
configure:unixlike:
stage
:
configure
script
:
-
mkdir build
-
cd build
-
cmake -DUSE_QT=5 -DCMAKE_BUILD_TYPE=Release ..
tags
:
-
mac
-
linux
cache
:
key
:
$CI_PIPELINE_ID
untracked
:
true
paths
:
-
build/
configure:win32:
stage
:
configure
...
...
@@ -43,6 +58,20 @@ build:win32:
untracked
:
true
paths
:
-
build/
build:unixlike:
stage
:
build
script
:
-
cd build
-
make
tags
:
-
mac
-
linux
cache
:
key
:
$CI_PIPELINE_ID
untracked
:
true
paths
:
-
build/
dist:win32:
stage
:
dist
...
...
@@ -93,6 +122,19 @@ dist:win32:
untracked
:
true
paths
:
-
build/
dist:mac:
stage
:
dist
tags
:
-
mac
script
:
-
cd build
-
macdeployqt Kumir.app
cache
:
key
:
$CI_PIPELINE_ID
untracked
:
true
paths
:
-
build/
pack:win32:
stage
:
pack
...
...
@@ -111,3 +153,21 @@ pack:win32:
-
kumir2-*-install.exe
tags
:
-
windows
pack:mac:
stage
:
pack
script
:
-
cd build
-
macdeployqt Kumir.app -dmg
-
mv Kumir.dmg Kumir-%CI_COMMIT_REF_NAME%-%CI_PIPELINE_ID%.dmg
cache
:
key
:
$CI_PIPELINE_ID
untracked
:
true
paths
:
-
build/
artifacts
:
paths
:
-
Kumir-*.dmg
tags
:
-
mac
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment