Merge pull request #59 from eidelen/ppa2504 #16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PPA Installation | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ${{ matrix.os }} | |
strategy: | |
matrix: | |
os: [ubuntu-22.04, ubuntu-24.04] | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install PPA and Run a Test | |
run: | | |
sudo chmod +x dicom2mesh/test/test-ppa-dicom2mesh.sh | |
./dicom2mesh/test/test-ppa-dicom2mesh.sh | |
- name: Clean | |
run: rm -f *.stl | |