Skip to content

Commit 22f06fd

Browse files
author
thk123
committed
Correcting windows build
1 parent 92a52a5 commit 22f06fd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

appveyor.yml

+15
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,21 @@ test_script:
7474
sed -i "13i mv $NAME.exe $NAME.gb" goto-instrument-typedef/chain.sh || true
7575
cat goto-instrument-typedef/chain.sh || true
7676
77+
sed -i "s/goto-cc\/goto-cc/goto-cc\/goto-cl/" goto-cc-cbmc/chain.sh || true
78+
sed -i "11s/.*/$GC $NAME.c/" goto-cc-cbmc/chain.sh || true
79+
sed -i "12i mv $NAME.exe $NAME.gb" goto-cc-cbmc/chain.sh || true
80+
cat goto-cc-cbmc/chain.sh || true
81+
82+
sed -i "s/goto-cc\/goto-cc/goto-cc\/goto-cl/" goto-cc-goto-analyzer/chain.sh || true
83+
sed -i "11s/.*/$gc $name.c/" goto-cc-goto-analyzer/chain.sh || true
84+
sed -i "12i mv $name.exe $name.gb" goto-cc-goto-analyzer/chain.sh || true
85+
cat goto-cc-goto-analyzer/chain.sh || true
86+
87+
sed -i "s/goto-cc\/goto-cc/goto-cc\/goto-cl/" goto-cc-symex/chain.sh || true
88+
sed -i "11s/.*/$gc $name.c/" goto-cc-symex/chain.sh || true
89+
sed -i "12i mv $name.exe $name.gb" goto-cc-symex/chain.sh || true
90+
cat goto-cc-symex/chain.sh || true
91+
7792
rem HACK disable failing tests
7893
rmdir /s /q ansi-c\arch_flags_mcpu_bad
7994
rmdir /s /q ansi-c\arch_flags_mcpu_good

0 commit comments

Comments
 (0)