Skip to content

Commit

Permalink
Pull ARAVIS sources from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Nov 25, 2024
1 parent 13c349f commit 37aa3a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
CMAKE_CCACHE_LAUNCHER: -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
ARAVIS_VER: 0.6.4
ARAVIS_VER: ARAVIS_0_6_4
PEAK_DRIVER_VER: 8.11.0

jobs:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
path: .deps/yarp

- name: Download ARAVIS
run: wget -O- -q http://ftp.acc.umu.se/pub/GNOME/sources/aravis/${ARAVIS_VER%.*}/aravis-$ARAVIS_VER.tar.xz | tar -C .deps -xJf -
run: wget -O- -q https://github.com/AravisProject/aravis/archive/refs/tags/$ARAVIS_VER.tar.gz | tar -C .deps -xzf -

- name: Download libphidget21
run: wget -O- -q https://sourceforge.net/projects/roboticslab/files/External/phidget/libphidget_2.1.8.20151217.tar.gz | tar -C .deps -xzf -
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Build ARAVIS
working-directory: .deps/aravis-${{env.ARAVIS_VER}}
run: |
CC="ccache ${{matrix.compiler.cc}}" CXX="ccache ${{matrix.compiler.cxx}}" ./configure --enable-gtk-doc-html=no
CC="ccache ${{matrix.compiler.cc}}" CXX="ccache ${{matrix.compiler.cxx}}" ./autogen.sh --enable-gtk-doc-html=no
make -j && sudo make install
- name: Build libphidget21
Expand Down

0 comments on commit 37aa3a8

Please sign in to comment.