Skip to content

Commit

Permalink
DRAFT #1: appveyor: enable GCJ
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Jan 25, 2017
1 parent 46a2411 commit 209b111
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ clone_depth: 50
build_script:
- git clone --depth=50 https://github.com/ivmai/libatomic_ops.git
- cmake .
- cmake --build . --config Debug
- cmake --build . --config Debug -Denable_gcj_support=ON

test_script:
- ctest --build-config Debug -V

0 comments on commit 209b111

Please sign in to comment.