Skip to content

Commit

Permalink
removed deployment in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitris Kouzoupis authored Aug 22, 2018
1 parent 9a4bd73 commit 70a9a83
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,3 @@ build_script:
- cmake -E make_directory appveyor-artifacts
- cmake -E chdir build cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=%APPVEYOR_BUILD_FOLDER%\appveyor-artifacts ..
- cmake --build build --target install
- 7z a acados-windows.zip %APPVEYOR_BUILD_FOLDER%\appveyor-artifacts

artifacts:
- path: acados-windows.zip
name: Acados Windows

deploy:
- provider: GitHub
artifact: Acados Windows
draft: false
prerelease: fasle
auth_token:
secure: lmT6hGzdCqtbutvVHrWLpK+iUOwD6YhYmqx1Vkmm7ttqucLZy6EzDRTMT7YKL3KC
on:
branch: master

0 comments on commit 70a9a83

Please sign in to comment.