Fix cwd when uploading release files.

This commit is contained in:
Jared Boone
2015-09-01 15:07:31 -07:00
parent a06ee31566
commit 72a59c3dae

View File

@@ -12,8 +12,10 @@ before_script:
- export CXX="arm-none-eabi-g++" - export CXX="arm-none-eabi-g++"
script: script:
- cd firmware/ # TODO: Introduce top-level Makefile, this is lame.
- pushd firmware/
- make release - make release
- popd
addons: addons:
artifacts: artifacts: