Skip to content

Commit

Permalink
actions cool
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNavaStar committed May 18, 2024
1 parent 311a267 commit 1df2711
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
branches:
- 'master'

jobs:
compile:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v4

- name: Compile GDMP
run : make

0 comments on commit 1df2711

Please sign in to comment.