Skip to content

Commit

Permalink
build on appveyor using cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
GXTX authored and RadWolfie committed May 11, 2019
1 parent e815f42 commit 6f8e785
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 3,820 deletions.
38 changes: 0 additions & 38 deletions appveyor-build.bat

This file was deleted.

36 changes: 0 additions & 36 deletions appveyor-gather.bat

This file was deleted.

20 changes: 15 additions & 5 deletions appveyor.yml
Expand Up @@ -12,15 +12,25 @@ configuration:
- Release - Release
- Debug - Debug


clone_depth: 1

before_build:
- cmd: |-
git submodule update --init --recursive
mkdir build
cd build
cmake .. -G "Visual Studio 15 2017" -A Win32
build_script: build_script:
- cmd: appveyor-build.bat %CONFIGURATION% - cmd: cmake --build . --config %CONFIGURATION%


after_build: after_build:
- cmd: appveyor-gather.bat %CONFIGURATION% - cmd: |-
cd bin\%CONFIGURATION%
7z u %APPVEYOR_BUILD_FOLDER%\export\%CONFIGURATION%.zip ..\..\..\COPYING ..\..\..\README.md
7z u %APPVEYOR_BUILD_FOLDER%\export\%CONFIGURATION%.zip Cxbx.exe glew32.dll subhook.dll CxbxVSBC.dll
7z u %APPVEYOR_BUILD_FOLDER%\export\%CONFIGURATION%.zip cxbxr-debugger.exe capstone.dll cs_x86.dll
artifacts: artifacts:
- path: export/*.zip - path: export/*.zip


install:
# Git clone happens between init and install
- cmd: git submodule update --init --recursive
173 changes: 0 additions & 173 deletions build/win32/Cxbx.sln

This file was deleted.

0 comments on commit 6f8e785

Please sign in to comment.