Update the build process

This commit is contained in:
Gabriel Arazas 2020-11-12 12:42:58 +08:00
parent 93f062a331
commit 63fad8126f

View File

@ -4,7 +4,7 @@ before_script:
- sudo mkdir -p /etc/nix && echo 'sandbox = true' | sudo tee /etc/nix/nix.conf
script:
- nix-shell --pure ./shell.nix --run "./bin/openring-create"
- nix-shell --pure ./shell.nix --run "make build-openring"
- nix-env -i hugo go asciidoctor
- hugo