updated build instructions + fix for build after release
This commit is contained in:
parent
b9944bfc4e
commit
b567194fe9
|
@ -199,7 +199,7 @@ core:
|
||||||
- release
|
- release
|
||||||
|
|
||||||
# Needs closer look
|
# Needs closer look
|
||||||
#Phenopowerlaw_singleSlip:
|
# Phenopowerlaw_singleSlip:
|
||||||
# stage: fortran
|
# stage: fortran
|
||||||
# script: Phenopowerlaw_singleSlip/test.py
|
# script: Phenopowerlaw_singleSlip/test.py
|
||||||
# except:
|
# except:
|
||||||
|
@ -259,7 +259,9 @@ merge_into_master:
|
||||||
- cd $DAMASKROOT
|
- cd $DAMASKROOT
|
||||||
- export TESTEDREV=$(git describe) # might be detached from development branch
|
- export TESTEDREV=$(git describe) # might be detached from development branch
|
||||||
- echo $TESTEDREV > python/damask/VERSION
|
- echo $TESTEDREV > python/damask/VERSION
|
||||||
- git commit python/damask/VERSION -m "[skip ci] updated version information after successful test of $TESTEDREV"
|
- >
|
||||||
|
git diff-index --quiet HEAD ||
|
||||||
|
git commit python/damask/VERSION -m "[skip ci] updated version information after successful test of $TESTEDREV"
|
||||||
- export UPDATEDREV=$(git describe) # tested state + 1 commit
|
- export UPDATEDREV=$(git describe) # tested state + 1 commit
|
||||||
- git checkout master
|
- git checkout master
|
||||||
- git merge $UPDATEDREV -s recursive -X ours # conflicts occur only for inconsistent state
|
- git merge $UPDATEDREV -s recursive -X ours # conflicts occur only for inconsistent state
|
||||||
|
|
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
||||||
Subproject commit 698b255cc0a6e496f1917992dd4dafc6d50b66b3
|
Subproject commit 1361c4a9f090a76dfcec5bd6dd4eb5e3b4b78cb2
|
Loading…
Reference in New Issue