Skip to content

Commit

Permalink
Test everything!
Browse files Browse the repository at this point in the history
  • Loading branch information
danhunsaker committed Apr 12, 2024
1 parent 47753d2 commit 9c735e0
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/gremlin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'Gremlin Script Tools'

on:
push:
branches: main
pull_request:
branches: main
workflow_dispatch:

jobs:
test:
name: Test
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: '5.1'
- run: 'mkdir "C:\Program Files\Eagle Dynamics\DCS World"'
- run: '7z x lib\DCS_archive.zip -o"C:\Program Files\Eagle Dynamics\DCS World"'
- run: .\runtests.bat gremlin
22 changes: 22 additions & 0 deletions .github/workflows/urgency.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'Gremlin Urgency'

on:
push:
branches: main
pull_request:
branches: main
workflow_dispatch:

jobs:
test:
name: Test
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: '5.1'
- run: 'mkdir "C:\Program Files\Eagle Dynamics\DCS World"'
- run: '7z x lib\DCS_archive.zip -o"C:\Program Files\Eagle Dynamics\DCS World"'
- run: .\runtests.bat urgency
22 changes: 22 additions & 0 deletions .github/workflows/waves.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'Gremlin Waves'

on:
push:
branches: main
pull_request:
branches: main
workflow_dispatch:

jobs:
test:
name: Test
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: '5.1'
- run: 'mkdir "C:\Program Files\Eagle Dynamics\DCS World"'
- run: '7z x lib\DCS_archive.zip -o"C:\Program Files\Eagle Dynamics\DCS World"'
- run: .\runtests.bat waves

0 comments on commit 9c735e0

Please sign in to comment.