Finalize new Drone configuration
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danila Fedorin 2020-02-29 23:16:49 -08:00
parent 5e6d97ab36
commit 6712c0064a
1 changed files with 6 additions and 9 deletions

View File

@ -7,19 +7,16 @@ volumes:
temp: {} temp: {}
steps: steps:
# - name: test-compiler - name: test-compiler
# image: archlinux image: archlinux
# commands: commands:
# - pacman -Sy cmake gcc make llvm bison flex gettext --noconfirm - pacman -Sy cmake gcc make llvm bison flex gettext --noconfirm
# - cd code/compiler - cd code/compiler
# - ./test.sh - ./test.sh
- name: build-live - name: build-live
image: klakegg/hugo:ext-alpine image: klakegg/hugo:ext-alpine
commands: commands:
- hugo -D --baseUrl "http://danilafe.com:8080" - hugo -D --baseUrl "http://danilafe.com:8080"
- ls -la
- ls -la /live-output
- ls -la /target
volumes: volumes:
- name: live-output - name: live-output
path: /live-output path: /live-output