diff --git a/.drone.yml b/.drone.yml index 6771609..4cb3246 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,17 +7,19 @@ volumes: temp: {} steps: - - name: test-compiler - image: archlinux - commands: - - pacman -Sy cmake gcc make llvm bison flex gettext --noconfirm - - cd code/compiler - - ./test.sh +# - name: test-compiler +# image: archlinux +# commands: +# - pacman -Sy cmake gcc make llvm bison flex gettext --noconfirm +# - cd code/compiler +# - ./test.sh - name: build-live image: klakegg/hugo:ext-alpine commands: - unset HUGO_DESTINATION - hugo -D --baseUrl "http://danilafe.com:8080" --destination /live-output + - ls -la /live-output + - ls -la /target volumes: - name: live-output path: /live-output