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
9b9304ee
Commit
9b9304ee
authored
Jan 17, 2018
by
Jaco Hofmann
Browse files
Use artifacts to avoid reevaluation
parent
fd6843ad
Pipeline
#101
failed
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9b9304ee
...
...
@@ -30,6 +30,9 @@ scala-test:
.hls-template
:
&hls-definition
stage
:
hls
artifacts
:
untracked
:
true
expire_in
:
1 hrs
script
:
-
source setup.sh
-
source /opt/cad/xilinx/vivado/Vivado/$VIVADO_VERSION/settings64.sh
...
...
@@ -65,21 +68,29 @@ hls-2017.1:
-
tapasco compose [arraysum x 1, arrayupdate x 1] @ 100 MHz
compose-2017.4
:
dependencies
:
-
hls:hls-2017.4
variables
:
VIVADO_VERSION
:
"
2017.4"
<<
:
*compose-definition
compose-2017.3
:
dependencies
:
-
hls:hls-2017.3
variables
:
VIVADO_VERSION
:
"
2017.3"
<<
:
*compose-definition
compose-2017.2
:
dependencies
:
-
hls:hls-2017.2
variables
:
VIVADO_VERSION
:
"
2017.2"
<<
:
*compose-definition
compose-2017.1
:
dependencies
:
-
hls:hls-2017.1
variables
:
VIVADO_VERSION
:
"
2017.1"
<<
:
*compose-definition
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
Supports
Markdown
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