Skip to content

Commit

Permalink
oda: switch to self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Sep 17, 2024
1 parent fc8acf7 commit c0b87d6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/oda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ concurrency:

jobs:
oda:
runs-on: ubuntu-22.04
#ubuntu-22.04
runs-on: self-hosted
timeout-minutes: 50
strategy:
fail-fast: true
Expand All @@ -27,15 +28,15 @@ jobs:
with:
python-version: '3.10'
- uses: pyvista/setup-headless-display-action@v1
- run: |
deb=ODAFileConverter_QT6_lnxX64_8.3dll_25.7.deb
wget https://download.opendesign.com/guestfiles/Demo/$deb
sudo add-apt-repository -y ppa:linuxuprising/libpng12
sudo apt update
sudo apt-get -y install libpng12-0 qt5dxcb-plugin
sudo dpkg -i $deb
cd /usr/lib/x86_64-linux-gnu
sudo ln -s libxcb-util.so.1 libxcb-util.so.0
#- run: |
# deb=ODAFileConverter_QT6_lnxX64_8.3dll_25.7.deb
# wget https://download.opendesign.com/guestfiles/Demo/$deb
# sudo add-apt-repository -y ppa:linuxuprising/libpng12
# sudo apt update
# sudo apt-get -y install libpng12-0 qt5dxcb-plugin
# sudo dpkg -i $deb
# cd /usr/lib/x86_64-linux-gnu
# sudo ln -s libxcb-util.so.1 libxcb-util.so.0
- run: |
export QT_DEBUG_PLUGINS=1
ODAFileConverter test/test-data . ACAD2000 DXF 0 0 example_2000.dwg || true
Expand Down

0 comments on commit c0b87d6

Please sign in to comment.