Skip to content

Commit

Permalink
Create github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalgust authored Dec 18, 2023
1 parent 0d47b8e commit 96ac6e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: c

compiler:
- gcc
- clang

before_script:


script:
- mkdir build && cd build && cmake -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug ../minijvm/c && cmake --build . && cmake --build . --target mini_jvm

0 comments on commit 96ac6e4

Please sign in to comment.