Skip to content

Commit

Permalink
git hub actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
EphDoering committed Aug 11, 2024
1 parent 213c66c commit c6897eb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
jobs:
build_and_test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- run: pip install -r requirements.txt
- name: build
- run: python build_main.py
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: launcher
path: dist/launcher.exe

0 comments on commit c6897eb

Please sign in to comment.