write-your-llvm-backend/.travis.yml
2020-03-25 17:53:49 +09:00

18 lines
367 B
YAML

language: ruby
branches:
only:
- master
script:
- git clone https://github.com/asciidoctor/asciidoctor.git
- cd asciidoctor
- bundle install
- cd ..
- pwd
- mkdir build
- asciidoctor/bin/asciidoctor main.asciidoc -o build/index.html
deploy:
provider: pages:git
token: $GITHUB_TOKEN
edge: true
local_dir: build/