Update docker util script and travis to use new base container

This commit is contained in:
zvecr 2019-06-05 01:17:01 +01:00 committed by skullydazed
parent 21fc6be41b
commit 0a03f7cff7
5 changed files with 4 additions and 24 deletions

View file

@ -46,5 +46,5 @@ fi
dir=$(pwd -W 2>/dev/null) || dir=$PWD # Use Windows path if on Windows
# Run container and build firmware
docker run --rm -it $usb_args -v "$dir":/qmk_firmware qmkfm/qmk_firmware \
docker run --rm -it $usb_args -w /qmk_firmware/ -v "$dir":/qmk_firmware qmkfm/base_container \
make "$keyboard${keymap:+:$keymap}${target:+:$target}"