This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
appveyor configuration to build on 15.3.1, 17.5, 18.3 and 19.2
16.x is not available on chocolatey
pull/1470/head
alisdair sullivan
8 years ago
parent
95ef84953b
commit
8f82c90825
1 changed files
with
21 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+21
-0
appveyor.yml
+ 21
- 0
appveyor.yml
View File
@ -0,0 +1,21 @@
version
:
"{build}"
branches:
only:
-
master
environment:
matrix:
-
erlang_vsn
:
19.2
-
erlang_vsn
:
18.3
-
erlang_vsn
:
17.5
-
erlang_vsn
:
15.3
.1
install:
-
ps
:
choco install erlang --version $env:erlang_vsn
build_script:
-
ps
:
cmd.exe /c 'bootstrap.bat'
test_script:
-
ps
:
cmd.exe /c 'rebar3.cmd ct'
notifications:
-
provider
:
GitHubPullRequest
on_build_success
:
true
on_build_failure
:
true
on_build_status_changed
:
false
Write
Preview
Loading…
Cancel
Save