Skip to content

Commit

Permalink
Add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
the-honey committed Nov 20, 2023
1 parent e40aa16 commit 2de0736
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build

on:
push:
branches: [ dev ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Build with AHK v1.1.37.01
uses: nukdokplex/[email protected]
with:
version: v1.1.37.01
x64: true
x86: true
compression: upx
in: "src/"
out: build
icon: "icons"
- name: Do domething with builded scripts
shell: pwsh
run: |
ls build

0 comments on commit 2de0736

Please sign in to comment.