Browse Source

Add openFrameworks and ofxPiMapper/example_basic compile stages to GitHub Actions config

master
Krisjanis Rijnieks 5 years ago
parent
commit
e63a4427bc
  1. 12
      .github/workflows/ubuntu.yml

12
.github/workflows/ubuntu.yml

@ -15,5 +15,15 @@ jobs:
- run: mv of_v0.11.0_linux64gcc6_release openFrameworks
- run: mv .ofxPiMapper openFrameworks/addons/ofxPiMapper
- run: |
echo "Install openFrameworks Dependencies"
cd openFrameworks/scripts/linux/ubuntu
sudo ./install_dependencies.sh
sudo ./install_dependencies.sh -y
- run: |
echo "Compile openFrameworks"
cd openFrameworks/scripts/linux
./compileOF.sh
- run: |
echo "Compile ofxPiMapper/example_basic"
cd openFrameworks/addons/ofxPiMapper/example_basic
mv addons.make.norpi addons.make
make

Loading…
Cancel
Save