diff options
author | Zero~Informatique | 2020-05-02 02:18:22 +0200 |
---|---|---|
committer | Zero~Informatique | 2020-05-02 02:18:22 +0200 |
commit | 16ff1c8a3c1be0298a9732ed272c7ba02e2cd9d0 (patch) | |
tree | efaa6e37c671a102f20f020ec01fbb26fc30179f /scripts/dev_win_compile_example.cmd | |
parent | d95fcce9966998320df4b7f93e12479ae55e25e7 (diff) | |
download | ldgallery-16ff1c8a3c1be0298a9732ed272c7ba02e2cd9d0.tar.gz |
travis: renamed unwated scripts to remove them from the release
Diffstat (limited to 'scripts/dev_win_compile_example.cmd')
-rw-r--r-- | scripts/dev_win_compile_example.cmd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/dev_win_compile_example.cmd b/scripts/dev_win_compile_example.cmd new file mode 100644 index 0000000..35134c0 --- /dev/null +++ b/scripts/dev_win_compile_example.cmd | |||
@@ -0,0 +1,10 @@ | |||
1 | @echo off | ||
2 | SET rebuild=--rebuild | ||
3 | CHOICE /M "Rebuild all ('--rebuild' argument)?" | ||
4 | IF ERRORLEVEL 2 SET rebuild= | ||
5 | echo. | ||
6 | cd ..\compiler\ | ||
7 | |||
8 | @echo on | ||
9 | stack exec ldgallery -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/ | ||
10 | @pause | ||