mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 08:01:51 +08:00
Win CI
This commit is contained in:
parent
2a235d47d9
commit
c745e0c303
6
appveyor.bat
Normal file
6
appveyor.bat
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
mkdir build_msvc
|
||||||
|
cd build_msvc
|
||||||
|
cmake -G "%GENERATOR%" ../
|
||||||
|
cmake --build . --config Release
|
||||||
|
|
||||||
|
goto :EOF
|
19
appveyor.yml
Normal file
19
appveyor.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
platform:
|
||||||
|
- Win64
|
||||||
|
|
||||||
|
configuration:
|
||||||
|
- Release
|
||||||
|
|
||||||
|
environment:
|
||||||
|
matrix:
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
|
||||||
|
Qt5Widgets_DIR: "C:\\Qt\\5.5\\msvc2013_64\\lib\\cmake\\Qt5Widgets"
|
||||||
|
GENERATOR: "Visual Studio 13 Win64"
|
||||||
|
|
||||||
|
test: off
|
||||||
|
|
||||||
|
build_script:
|
||||||
|
- CALL appveyor.bat
|
||||||
|
|
||||||
|
skip_commits:
|
||||||
|
message: /.*\[skip appveyor\].*/
|
Loading…
x
Reference in New Issue
Block a user