Skip to content
Snippets Groups Projects
Commit 6f1e67cf authored by Andy Green's avatar Andy Green
Browse files

appveyor: stop default vc build

Suddenly appveyor just says this

Build started
git clone -q --branch=master https://github.com/warmcat/libwebsockets.git C:\projects\libwebsockets
git checkout -qf e035ceb36e0b79e85bc18b313e8f46eeadd360b6
The build phase is set to "MSBuild" mode (default), but no Visual Studio project or solution files were found in the root directory. If you are not building Visual Studio project switch build mode to "Script" and provide your custom build command.
parent 7d21bd2e
No related branches found
No related tags found
No related merge requests found
...@@ -35,10 +35,6 @@ install: ...@@ -35,10 +35,6 @@ install:
- 7z x -oc:\assets\sqlite3 sqlite-dll-win32-x86-3130000.zip - 7z x -oc:\assets\sqlite3 sqlite-dll-win32-x86-3130000.zip
- SET PATH=C:\Program Files\NSIS\;C:\Program Files (x86)\NSIS\;c:\nsis;%PATH% - SET PATH=C:\Program Files\NSIS\;C:\Program Files (x86)\NSIS\;c:\nsis;%PATH%
build:
parallel: true
verbosity: minimal
build_script: build_script:
- md build - md build
- cd build - cd build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment