From f91bb95d1872b1ef6993a2b899ee42e2ac37102d Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 11 Nov 2020 23:08:02 -0800 Subject: [PATCH] try to get builds working with gh actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 959cc3f6..99eb34d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - run: make install-arduino-cli - run: make configure-arduino-cli - run: make install-arduino-core-avr - - run: KALEIDOSCOPE_BUILDER_DIR=$GITHUB_WORKSPACE/bin make -j 8 smoke-sketches + - run: make -j 8 smoke-sketches run-google-tests: runs-on: ubuntu-latest steps: @@ -32,7 +32,7 @@ jobs: - run: make install-arduino-cli - run: make configure-arduino-cli - run: make install-arduino-core-avr - - run: BOARD_HARDWARE_PATH=$HOME/Arduino/hardware KALEIDOSCOPE_BUILDER_DIR=$GITHUB_WORKSPACE/bin make simulator-tests + - run: make simulator-tests check-astyle: runs-on: ubuntu-latest steps: