Fix fix appveyor.yml
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
install:
|
install:
|
||||||
- cd c:\projects
|
- cd c:\projects
|
||||||
- git submodule init && git submodule update
|
|
||||||
- ps: |
|
- ps: |
|
||||||
$wc = New-Object System.Net.WebClient
|
$wc = New-Object System.Net.WebClient
|
||||||
try
|
try
|
||||||
@@ -22,6 +21,7 @@ install:
|
|||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cd c:\projects\otyaSMILEBASIC
|
- cd c:\projects\otyaSMILEBASIC
|
||||||
|
- git submodule init && git submodule update
|
||||||
- c:\projects\dub\dub.exe build
|
- c:\projects\dub\dub.exe build
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
|
|||||||
Reference in New Issue
Block a user