Skip to content

Commit

Permalink
NetBSD: download and install pkgsrc
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Jan 20, 2024
1 parent 884ac0c commit f2d3e93
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,11 @@ 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
/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 ~
Expand Down Expand Up @@ -199,7 +203,11 @@ 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
/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 ~
Expand Down

0 comments on commit f2d3e93

Please sign in to comment.