1
0

Fix fix appveyor.yml

This commit is contained in:
otya128
2017-07-04 18:29:29 +09:00
parent 42d356452a
commit de28281597

View File

@@ -1,6 +1,5 @@
install:
- cd c:\projects
- git submodule init && git submodule update
- ps: |
$wc = New-Object System.Net.WebClient
try
@@ -22,6 +21,7 @@ install:
build_script:
- cd c:\projects\otyaSMILEBASIC
- git submodule init && git submodule update
- c:\projects\dub\dub.exe build
after_build: