Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
treex
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
Model registry
Operate
Environments
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
MOSAIC
treex
Commits
e79ae4fe
Commit
e79ae4fe
authored
1 year ago
by
CERUTTI Guillaume
Browse files
Options
Downloads
Patches
Plain Diff
enable large runners for CI
parent
d1f457c4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#942914
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
e79ae4fe
...
@@ -6,6 +6,7 @@ coverage:
...
@@ -6,6 +6,7 @@ coverage:
stage
:
test
stage
:
test
tags
:
tags
:
-
linux
-
linux
-
large
script
:
script
:
-
conda create -n treex -y python=3
-
conda create -n treex -y python=3
-
source activate treex
-
source activate treex
...
@@ -29,6 +30,7 @@ conda_build:
...
@@ -29,6 +30,7 @@ conda_build:
stage
:
build
stage
:
build
tags
:
tags
:
-
linux
-
linux
-
large
script
:
script
:
-
mkdir conda-bld
-
mkdir conda-bld
-
conda build . --output-folder conda-bld/
-
conda build . --output-folder conda-bld/
...
@@ -43,6 +45,7 @@ anaconda :
...
@@ -43,6 +45,7 @@ anaconda :
stage
:
deploy
stage
:
deploy
tags
:
tags
:
-
linux
-
linux
-
large
script
:
script
:
-
conda convert -p osx-64 conda-bld/linux-64/treex-* --output-dir conda-bld/
-
conda convert -p osx-64 conda-bld/linux-64/treex-* --output-dir conda-bld/
-
conda convert -p win-64 conda-bld/linux-64/treex-* --output-dir conda-bld/
-
conda convert -p win-64 conda-bld/linux-64/treex-* --output-dir conda-bld/
...
@@ -57,6 +60,7 @@ pages:
...
@@ -57,6 +60,7 @@ pages:
stage
:
deploy
stage
:
deploy
tags
:
tags
:
-
linux
-
linux
-
large
script
:
script
:
-
conda create -n treex -y python=3
-
conda create -n treex -y python=3
-
source activate treex
-
source activate treex
...
...
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