Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
faust group
faust
Commits
c242598e
Commit
c242598e
authored
6 years ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Add pyfaust wheel/egg release package jobs and refactor revision pkg jobs.
parent
ee260469
No related branches found
No related tags found
No related merge requests found
Pipeline
#833845
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+59
-30
59 additions, 30 deletions
.gitlab-ci.yml
with
59 additions
and
30 deletions
.gitlab-ci.yml
+
59
−
30
View file @
c242598e
...
@@ -86,36 +86,6 @@ package_macos:
...
@@ -86,36 +86,6 @@ package_macos:
-
schedules
-
schedules
-
tags
-
tags
.package_purepy
:
&package_purepy
stage
:
package_rev
script
:
-
SHA_START=$(echo $CI_COMMIT_SHA | sed -e 's/^\(.\{8\}\).*/\1/')
-
if [[ ! -d 'build' ]]; then mkdir build;fi; cd build
-
'
cmake
-DBUILD_WRAPPER_PYTHON=ON
-DBUILD_WRAPPER_MATLAB=OFF
-DBUILD_DOCUMENTATION=ON
-DCPACK_PACKAGE_VERSION=$SHA_START
-DCMAKE_INSTALL_PREFIX=/opt/local/faust-$SHA_START
-DBUILD_TESTING=OFF
..'
-
make
-
cd wrapper/python
-
python3 setup.py bdist_wheel
-
python3 setup.py bdist_egg
-
python2 setup.py bdist_wheel
-
python2 setup.py bdist_egg
artifacts
:
paths
:
-
build/wrapper/python/dist
expire_in
:
'
1
week'
except
:
-
schedules
-
tags
package_macos_purepy
:
<<
:
*package_purepy
tags
:
-
macos
package_linux_purepy
:
<<
:
*package_purepy
tags
:
-
linux
package_win
:
package_win
:
stage
:
package_rev
stage
:
package_rev
script
:
script
:
...
@@ -255,3 +225,62 @@ pages:
...
@@ -255,3 +225,62 @@ pages:
only
:
only
:
-
tags
-
tags
.package_purepy
:
&package_purepy
script
:
-
if [[ ! -d 'build' ]]; then mkdir build;fi; cd build
-
'
cmake
-DBUILD_WRAPPER_PYTHON=ON
-DBUILD_WRAPPER_MATLAB=OFF
-DBUILD_DOCUMENTATION=ON
-DCPACK_PACKAGE_VERSION=$VERSION
-DCMAKE_INSTALL_PREFIX=/opt/local/faust-$SHA_START
-DBUILD_TESTING=OFF
-DEXCLUDE_FAUST_LIB_INSTALL=ON
..'
-
make
-
cd wrapper/python
-
python3 setup.py bdist_wheel
-
python3 setup.py bdist_egg
-
python2 setup.py bdist_wheel
-
python2 setup.py bdist_egg
artifacts
:
paths
:
-
build/wrapper/python/dist
except
:
-
schedules
.package_purepy_rev
:
extends
:
.package_purepy
stage
:
package_rev
before_script
:
-
VERSION=$(echo $CI_COMMIT_SHA | sed -e 's/^\(.\{8\}\).*/\1/')
artifacts
:
expire_in
:
'
1
week'
except
:
-
schedules
-
tags
package_macos_purepy_rev
:
extends
:
.package_purepy_rev
tags
:
-
macos
package_linux_purepy_rev
:
extends
:
.package_purepy_rev
tags
:
-
linux
.package_purepy_release
:
extends
:
.package_purepy
before_script
:
-
VERSION=$CI_COMMIT_TAG
artifacts
:
expire_in
:
'
50
yrs'
except
:
-
schedules
only
:
-
tags
package_macos_purepy_release
:
extends
:
.package_purepy_release
tags
:
-
macos
package_linux_purepy_release
:
extends
:
.package_purepy_release
tags
:
-
linux
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment