Skip to content

Commit

Permalink
Start github CI (11)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-serrano committed Dec 10, 2023
1 parent 089b507 commit 84828af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bigloo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: pwd
- run: sudo apt -qq update
- run: sudo apt install -y dh-make libssl1.1 libssl-dev libsqlite3-0 libsqlite3-dev libasound2 libasound2-dev libflac8 libflac-dev libmpg123-0 libmpg123-dev libavahi-core7 libavahi-core-dev libavahi-common-dev libavahi-common3 libavahi-client3 libavahi-client-dev libunistring2 libunistring-dev libpulse-dev libpulse0 automake libtool libgmp-dev libgmp3-dev libgmp10

Expand All @@ -20,7 +21,7 @@ jobs:
- run: pushd /tmp/bigloo-unstable && ./configure --prefix=/usr > /dev/null 2>&1 && make -j 2>&1 > /dev/null && sudo make install > /dev/null && popd

- run: pwd
- run: ls -l
- run: ls -l configure
- run: ./configure --prefix=/tmp/BIGLOO --disable-gstreamer --jvm=no
- run: hostboot BGLBUILDBINDIR=/usr/bin
- run: make install-progs > /dev/null
Expand Down

0 comments on commit 84828af

Please sign in to comment.