diff --git a/.drone.yml b/.drone.yml index 3a7fd85..1c6dd94 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,19 +7,16 @@ 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: - hugo -D --baseUrl "http://danilafe.com:8080" - - ls -la - - ls -la /live-output - - ls -la /target volumes: - name: live-output path: /live-output