Skip to content

Create test.yml

Create test.yml #1

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Install Compiler Toolkit
run: .\install.ps1
shell: pwsh
- name: Compiler test script
run: '%AUTOIT_COMPILER_TOOLKIT%\SciTe\AutoIt3Wrapper\AutoIt3Wrapper.exe /NoStatus /prod /in test.au3'
shell: cmd
- name: Run compiler exe
run: '%GITHUB_WORKSPACE%\test.exe'
shell: cmd