test possible CI speed-up

This commit is contained in:
Damien Elmes 2020-02-24 21:23:51 +10:00
parent 1b0c3b8b75
commit 95404ed2d7

View file

@ -21,4 +21,6 @@ jobs:
run: | run: |
# add requirements # add requirements
sudo apt update; sudo apt install portaudio19-dev gettext rename sudo apt update; sudo apt install portaudio19-dev gettext rename
export CARGO_TARGET_DIR=~/target
export RSPY_TARGET_DIR=~/target
make check build BUILDFLAGS="" make check build BUILDFLAGS=""