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
xerus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
xerus
xerus
Commits
17cea1b4
Commit
17cea1b4
authored
Mar 06, 2019
by
RoteKekse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "modified python3 to CI"
This reverts commit
2402beb6
parent
2402beb6
Pipeline
#1068
passed with stages
in 9 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
17cea1b4
...
...
@@ -34,12 +34,12 @@ job_test_gcc_nocheck:
script
:
"
cp
../XerusTest
.;
./XerusTest
all"
job_build_python2
:
stage
:
build_python
3
stage
:
build_python
script
:
"
g++
--version;
cp
.config.mk.ci.gcc
config.mk;
make
python2"
when
:
always
job_build_python3
:
stage
:
build_python
3
stage
:
build_python
script
:
"
g++
--version;
cp
.config.mk.ci.gcc
config.mk;
make
python3"
when
:
always
...
...
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