File: appveyor.yml

package info (click to toggle)
rebar 2.6.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,284 kB
  • sloc: erlang: 13,631; sh: 586; python: 103; ansic: 56; makefile: 38
file content (24 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version: 2.6.1.{build}
clone_depth: 1
build_script:
- cmd: >-
    bootstrap.bat

    set REBAR_EXTRA_DEPS=1

    .\rebar get-deps

    copy rebar deps\retest

    copy rebar.cmd deps\retest

    cd deps\retest & .\rebar compile escriptize
test_script:
- cmd: >-
    rebar eunit

    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64

    cd deps\retest & retest -l debug -t 120000 ..\..\inttest
artifacts:
- path: rebar