Skip to content

Commit

Permalink
NetBSD: switch to use pkgin for MesaLib
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Jan 20, 2024
1 parent f2d3e93 commit bd9f395
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/ci-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,8 @@ jobs:
# Use sh shell
usesh: true
prepare: |
/usr/sbin/pkg_add cmake qt5-qtscript qt5-qtserialport qt5-qttools qt5-qtdeclarative qt5-qtlocation qt5-qtbase qt5-qtmultimedia qt5-qtcharts glu exiv2 nlopt gettext wget
cd /usr
rm -rf pkgsrc
wget https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc.tgz -O pkgsrc.tgz
tar -xzvpf pkgsrc.tgz -C /usr
cd /usr/pkgsrc/graphics/MesaLib/
make -j3 && make install && make clean
cd ~
/usr/sbin/pkg_add pkgin cmake qt5-qtscript qt5-qtserialport qt5-qttools qt5-qtdeclarative qt5-qtlocation qt5-qtbase qt5-qtmultimedia qt5-qtcharts glu exiv2 nlopt gettext
pkgin MesaLib
run: |
set -e -x
Expand Down Expand Up @@ -203,14 +197,8 @@ jobs:
# Use sh shell
usesh: true
prepare: |
/usr/sbin/pkg_add cmake qt6-qtserialport qt6-qttools qt6-qtdeclarative qt6-qtlocation qt6-qtbase qt6-qtmultimedia qt6-qtcharts glu exiv2 nlopt gettext wget
cd /usr
rm -rf pkgsrc
wget https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc.tgz -O pkgsrc.tgz
tar -xzvpf pkgsrc.tgz -C /usr
cd /usr/pkgsrc/graphics/MesaLib/
make -j3 && make install && make clean
cd ~
/usr/sbin/pkg_add cmake qt6-qtserialport qt6-qttools qt6-qtdeclarative qt6-qtlocation qt6-qtbase qt6-qtmultimedia qt6-qtcharts glu exiv2 nlopt gettext
pkgin MesaLib
run: |
set -e -x
Expand Down

0 comments on commit bd9f395

Please sign in to comment.