Skip to content

Commit

Permalink
enable appveyor (#70)
Browse files Browse the repository at this point in the history
* enable appveyor

* remove outdated test/REQUIRE

* allow failures on 0.7 and 1.0
  • Loading branch information
mlubin authored Sep 15, 2018
1 parent 7e53845 commit 1d6eacb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
36 changes: 36 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
environment:
matrix:
- julia_version: 0.6
- julia_version: 0.7
- julia_version: 1.0

platform:
- x86 # 32-bit
- x64 # 64-bit

# See https://github.com/JuliaOpt/Cbc.jl/issues/56.
matrix:
allow_failures:
- julia_version: 0.7
- julia_version: 1.0

branches:
only:
- master

notifications:
- provider: Email
on_build_success: false
on_build_failure: false
on_build_status_changed: false

install:
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))

build_script:
- echo "%JL_BUILD_SCRIPT%"
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"

test_script:
- echo "%JL_TEST_SCRIPT%"
- C:\julia\bin\julia -e "%JL_TEST_SCRIPT%"
1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

0 comments on commit 1d6eacb

Please sign in to comment.