Another syntax fix.
This commit is contained in:
parent
aaadcbe413
commit
84d52fbaf2
@ -21,12 +21,12 @@ test:
|
||||
override:
|
||||
- docker run -v ~/swp:/swp/swp -w=/swp/swp -u=$(id -u) faerbit/swp ./package.sh linux
|
||||
- docker run -v ~/swp:/swp/swp -w=/swp/swp -u=$(id -u) faerbit/swp ./package.sh windows
|
||||
- if [ -f MarbleGame_Windows.zip ]; then; cp MarbleGame_Windows.zip $CIRCLE_ARTIFACTS; fi
|
||||
- if [ -f MarbleGame_Linux.zip ]; then; cp MarbleGame_Linux.zip $CIRCLE_ARTIFACTS; fi
|
||||
- if [ -f MarbleGame_Windows.zip ]; then cp MarbleGame_Windows.zip $CIRCLE_ARTIFACTS; fi
|
||||
- if [ -f MarbleGame_Linux.zip ]; then cp MarbleGame_Linux.zip $CIRCLE_ARTIFACTS; fi
|
||||
|
||||
deployment:
|
||||
master:
|
||||
branch: master
|
||||
commands:
|
||||
- if [ -f MarbleGame_Windows.zip ]; then; ./dropbox_uploader.sh -p upload MarbleGame_Windows.zip /; fi
|
||||
- if [ -f MarbleGame_Linux.zip ]; then; ./dropbox_uploader.sh -p upload MarbleGame_Linux.zip /; fi
|
||||
- if [ -f MarbleGame_Windows.zip ]; then ./dropbox_uploader.sh -p upload MarbleGame_Windows.zip /; fi
|
||||
- if [ -f MarbleGame_Linux.zip ]; then ./dropbox_uploader.sh -p upload MarbleGame_Linux.zip /; fi
|
||||
|
Loading…
Reference in New Issue
Block a user