aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
blob: 35c0c18915909e02399a231f45d1965a8b5a4270 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: CI
on: [push, pull_request]
jobs:
  test:
    runs-on: ${{matrix.os}}

    strategy:
      matrix:
        os: [ubuntu-latest, macos-latest, windows-latest]
      fail-fast: false

    steps:
      - uses: actions/checkout@v2

      - name: Setup
        run: |
          node -v
          npm install --global lix
          lix install haxe 4.3.6 --global
          lix download
          npm ci
          haxelib install tests.hxml --always

      - name: Test
        run: |
          haxe tests.hxml
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage