Pārlūkot izejas kodu

CI: don't needlessly run tests twice

Verifying that forth.bin is stable is enough. Also, fix shebang.
pull/102/head
Virgil Dupras pirms 4 gadiem
vecāks
revīzija
faa2576f83
1 mainītis faili ar 6 papildinājumiem un 4 dzēšanām
  1. +6
    -4
      runtests.sh

+ 6
- 4
runtests.sh Parādīt failu

@@ -1,4 +1,4 @@
#/bin/sh -e
#!/bin/sh -e

git submodule init
git submodule update
@@ -7,6 +7,8 @@ git clean -fxd
make -C emul
make -C tests

# let's try again with an updated boot bin
make -C emul updatebootstrap all
make -C tests
# verify that forth.bin is stable
cp emul/forth.bin ref.bin
make -C emul updatebootstrap
cmp emul/forth.bin ref.bin
rm ref.bin

Notiek ielāde…
Atcelt
Saglabāt