Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
23f78ad7
Commit
23f78ad7
authored
Jan 17, 2018
by
Jaco Hofmann
Browse files
Fixes gitlab-ci with Centos7
parent
4c73c789
Pipeline
#99
canceled with stages
in 30 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
23f78ad7
...
...
@@ -6,10 +6,8 @@ variables:
before_script
:
# Enable the usage of sources over https
-
uname -a
-
apt-get update -yqq
-
apt-get install apt-transport-https zip -yqq
-
apt-get install -y build-essential libgmp-dev libx11-dev libfontconfig-dev libxft-dev git python libc6-dev
-
ln -s /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmp.so.3
-
yum -y install java-1.8.0-openjdk unzip which zip boost gperftools-libs libX11 mpfr
-
yum -y groupinstall 'Development Tools'
# Install SBT
-
curl -s "https://get.sdkman.io" | bash
-
source "/root/.sdkman/bin/sdkman-init.sh"
...
...
@@ -36,7 +34,7 @@ scala-test:
-
source setup.sh
-
source /opt/cad/xilinx/vivado/Vivado/$VIVADO_VERSION/settings64.sh
-
sbt assembly
-
tapasco hls arraysum, arrayupdate
-
tapasco
-v
hls arraysum, arrayupdate
hls-2017.4
:
variables
:
...
...
Jens Korinth
@jk
mentioned in commit
dcc6c418
·
Jan 25, 2018
mentioned in commit
dcc6c418
mentioned in commit dcc6c41810f14ca7a878a4b58fc8a6542d7f3535
Toggle commit list
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
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