aboutsummaryrefslogtreecommitdiff
path: root/build_matrix.sh
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2021-02-04 09:54:41 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2021-02-04 09:55:20 +0100
commite3b6c39350c70d789320d81369ee8587040ce990 (patch)
treee46d781b2d160bd24d66859daf06d2d4790ff6e7 /build_matrix.sh
parent8418f11de5d64cde22b28a1e90e4b056451463f7 (diff)
build_matrix.sh: Cancel changes only in configure
Diffstat (limited to 'build_matrix.sh')
-rwxr-xr-xbuild_matrix.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_matrix.sh b/build_matrix.sh
index fadb63c0..4feab80e 100755
--- a/build_matrix.sh
+++ b/build_matrix.sh
@@ -46,7 +46,8 @@ for CC in gcc clang; do
if [ "$CMAKE" = yes ]; then rm -rf build; else make distclean; fi
rm -rf $PREFIX
git status -suall
- git checkout .
+ # Cancel changes in configure
+ git checkout configure
travis_fold end cleaning
done
done