Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
zesje
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
157
Issues
157
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zesje
zesje
Commits
42fad8d5
Verified
Commit
42fad8d5
authored
Apr 27, 2020
by
Hugo Kerstens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Activate conda for build as well
parent
17f72002
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
.gitlab-ci.yml
.gitlab-ci.yml
+5
-9
No files found.
.gitlab-ci.yml
View file @
42fad8d5
...
...
@@ -29,8 +29,12 @@ build-image:
--destination $TEST_IMAGE
--cache=true
.conda-env
:
&conda-env
before_script
:
-
source activate zesje-dev
build
:
image
:
$TEST_IMAGE
<<
:
*conda-env
stage
:
build
script
:
-
python3 -m compileall zesje
...
...
@@ -40,20 +44,14 @@ build:
-
zesje/static
expire_in
:
1 week
.conda-env
:
&conda-env
before_script
:
-
source activate zesje-dev
test_js
:
<<
:
*conda-env
image
:
$TEST_IMAGE
stage
:
test
script
:
-
yarn test:js
lint_js
:
<<
:
*conda-env
image
:
$TEST_IMAGE
stage
:
test
allow_failure
:
true
script
:
...
...
@@ -61,7 +59,6 @@ lint_js:
lint_py
:
<<
:
*conda-env
image
:
$TEST_IMAGE
stage
:
test
allow_failure
:
true
script
:
...
...
@@ -69,7 +66,6 @@ lint_py:
test_py
:
<<
:
*conda-env
image
:
$TEST_IMAGE
stage
:
test
script
:
-
yarn test:py:cov
...
...
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