Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
98b6ac00
Commit
98b6ac00
authored
Mar 16, 2017
by
Andreas Zwinkau
Browse files
Fix gitlab-ci.yml
Use python2 because scripts/gen_ir.py uses "#!/usr/bin/env python"
parent
306ac35c
Pipeline
#9069
passed with stage
in 1 minute and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
98b6ac00
image
:
ubuntu:16.04
before_script
:
-
apt-get install build-essential python3 perl
-
apt-get update
-
apt-get -y install gcc make python perl git
test
:
script
:
-
make test -j
unit
test
s
:
script
:
-
make test -j
README.md
View file @
98b6ac00
...
...
@@ -20,6 +20,7 @@ Prerequisites for the build:
*
Python (2.7.x or >=3.3 are supported)
*
Perl
*
an ANSI C99 compiler (gcc, clang, icc are known to work)
*
Git
### Building with make
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment