We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a7803 commit 48a7aabCopy full SHA for 48a7aab
.gitlab-ci.yml
@@ -138,6 +138,7 @@ core:
138
for COMMIT in ${COMMITS};do
139
printf "%b" "\e[1;32m::\nchecking commit ${COMMIT}\n::\e[0m\n"
140
git checkout ${COMMIT}
141
+ git submodule update --init
142
cmake -DGRID=ON -DMESH=ON -B build && cmake --build build --parallel 4 --target install
143
done
144
@@ -150,6 +151,7 @@ processing:
150
151
COMMITS=$(git log --reverse --format=format:%H origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME..$CI_COMMIT_SHA)
152
153
printf "%b" "\e[1;32m::\nchecking commit ${COMMIT}\n::.\e[0m\n"
154
+ git checkout ${COMMIT}
155
python -c 'import damask;print(damask.__version__)'
156
157
0 commit comments