File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : PPA (Ubuntu 22.04)
2
+
3
+ on : [push, pull_request]
4
+
5
+ jobs :
6
+ build :
7
+ runs-on : ubuntu-22.04
8
+ steps :
9
+ - uses : actions/checkout@v1
10
+ - name : Install PPA and Run a Test on Ubuntu 22.04
11
+ run : sudo chmod +x dicom2mesh/test/test-ppa-dicom2mesh.sh && ./dicom2mesh/test/test-ppa-dicom2mesh.sh
12
+ - name : Clean
13
+ run : rm *.stl
14
+
15
+
Original file line number Diff line number Diff line change 1
- ![ VTK9 + Dicom build status] ( https://github.com/eidelen/DicomToMesh/actions/workflows/cppVTK9Dicom.yml/badge.svg ) ![ GUI Qt5 build status] ( https://github.com/eidelen/DicomToMesh/actions/workflows/cppVTK9DicomGUI.yml/badge.svg ) ![ PPA Package status] ( https://github.com/eidelen/DicomToMesh/actions/workflows/ppaUbuntuLatest.yml/badge.svg )
1
+ ![ VTK9 + Dicom build status] ( https://github.com/eidelen/DicomToMesh/actions/workflows/cppVTK9Dicom.yml/badge.svg ) ![ GUI Qt5 build status] ( https://github.com/eidelen/DicomToMesh/actions/workflows/cppVTK9DicomGUI.yml/badge.svg ) ![ PPA Ubuntu 24.04 status] ( https://github.com/eidelen/DicomToMesh/actions/workflows/ppaUbuntuLatest.yml/badge.svg ) ![ PPA Ubuntu 22.04 status ] ( https://github.com/eidelen/DicomToMesh/actions/workflows/ppa2204UbuntuLatest .yml/badge.svg)
2
2
3
3
# DicomToMesh
4
4
You can’t perform that action at this time.
0 commit comments