From e38f9e5c045be6faffcc988591b04810bbd2d497 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 15 Nov 2020 16:00:43 +0200 Subject: [PATCH] Add GitHub Actions test --- .github/workflows/ubuntu.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/ubuntu.yml diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml new file mode 100644 index 0000000..5a23ec5 --- /dev/null +++ b/.github/workflows/ubuntu.yml @@ -0,0 +1,14 @@ +name: ubuntu +on: [push] +jobs: + compile: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 1 + - run: ls -al + - run: wget https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_linux64gcc6_release.tar.gz + - run: tar -xvf of_v0.11.0_linux64gcc6_release.tar.gz + - run: mv of_v0.11.0_linux64gcc6_release of + - run: ls -al