Update Semaphore configuration

This commit is contained in:
Marko Anastasov
2019-10-21 12:56:52 +02:00
parent 2ae0abe00e
commit 72f24a7e4f

17
.semaphore/semaphore.yml Normal file
View File

@@ -0,0 +1,17 @@
version: v1.0
name: First pipeline
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
blocks:
- name: Build the book
task:
prologue:
commands:
- checkout
- sudo apt-get update && sudo apt-get install -y pandoc
jobs:
- name: Build
commands:
- make