Skip to content

Commit

Permalink
appveyor artifact [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jun 7, 2019
1 parent 722af57 commit 1217495
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ init:
- cmd: set PATH=%MINGW_DIR%;%PATH%

install:
- cmd: cmake -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND" -B $APPVEYOR_BUILD_FOLDER/build -S $APPVEYOR_BUILD_FOLDER
- sh: cmake -B $APPVEYOR_BUILD_FOLDER/build -S $APPVEYOR_BUILD_FOLDER
- cmd: cmake -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND" -B build -S .
- sh: cmake -B build -S .

- cmake --build $APPVEYOR_BUILD_FOLDER/build --target install
- cmake --build build --parallel --target install

test_script:
- cd $APPVEYOR_BUILD_FOLDER/build
- ctest --output-on-failure
- cd build
- ctest --parallel --output-on-failure

artifacts:
- path: $APPVEYOR_BUILD_FOLDER/build/rpncalc.exe
- path: build/rpncalc.exe

0 comments on commit 1217495

Please sign in to comment.