Skip to content

Commit

Permalink
Adapt github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed Apr 6, 2024
1 parent f342794 commit 63d1174
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build
.git
24 changes: 11 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
on:
workflow_dispatch:
push:
pull_request:

jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git submodule update --init --recursive subprojects/symcc-rt
- run: docker build -t symcc symcc
- run: docker build -t symqemu .
on:
workflow_dispatch:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git submodule update --init --recursive subprojects/symcc-rt
- run: docker build -t symqemu .

0 comments on commit 63d1174

Please sign in to comment.