mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-30 07:02:24 +03:00
17 lines
368 B
Plaintext
17 lines
368 B
Plaintext
|
rm -rf build
|
||
|
$1 --no-color --console-width 0 --no-banner --check B.idr
|
||
|
|
||
|
# Set very close time for A and B TTC files
|
||
|
touch A.idr
|
||
|
sync A.idr
|
||
|
touch B.idr
|
||
|
sync B.idr
|
||
|
touch build/ttc/*/A.tt*
|
||
|
sync build/ttc/*/A.tt*
|
||
|
touch build/ttc/*/B.tt*
|
||
|
sync build/ttc/*/B.tt*
|
||
|
|
||
|
echo "-- this should be the last line of output --"
|
||
|
|
||
|
$1 --no-color --console-width 0 --no-banner --check B.idr
|