diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml new file mode 100644 index 0000000..f7f457a --- /dev/null +++ b/.semaphore/semaphore.yml @@ -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