We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8477f2e commit ffb335aCopy full SHA for ffb335a
.gitlab-ci.yml
@@ -19,6 +19,7 @@ variables:
19
${BLA_VENDOR}
20
${BLA_THREADS}
21
${TA_SCALAPACK}
22
+ TA_TRACKED_MADNESS_URL=/root/github/madness
23
24
before_script:
25
# NB: if CMAKE_BUILD_PARALLEL_LEVEL is not set (i.e. using shared runner), use 1 to ensure we have enough memory
@@ -33,6 +34,8 @@ before_script:
33
34
- ccache -p
35
# zero out the ccache statistics
36
- ccache -z
37
+ # update local copy of GH:madness
38
+ - cd /root/github/madness && git fetch
39
40
ubuntu:
41
stage: build
0 commit comments