Skip to content

Commit

Permalink
Merge pull request #22 from StephLin/feature/add-docker-python-ci
Browse files Browse the repository at this point in the history
👷 Add docker python build to CI jobs
  • Loading branch information
StephLin authored Sep 30, 2024
2 parents 658d7ea + d51ad63 commit 522df3c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/check-fracgm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,15 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --package fracgm-cxx
args: --release --package fracgm-cxx
fracgm-docker-python-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
run: |
cd docker
docker build -t fracgm .

0 comments on commit 522df3c

Please sign in to comment.