mirror of
https://github.com/TartanLlama/optional.git
synced 2025-07-31 18:34:26 +02:00
Appveyor
This commit is contained in:
12
.appveyor.yml
Normal file
12
.appveyor.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
os:
|
||||
- Visual Studio 2015
|
||||
|
||||
configuration:
|
||||
- Debug
|
||||
|
||||
build_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- make
|
||||
- ./test.exe
|
Reference in New Issue
Block a user