From 72f24a7e4f5bde58d9bc2bb7d00fcdf253505fcc Mon Sep 17 00:00:00 2001 From: Marko Anastasov Date: Mon, 21 Oct 2019 12:56:52 +0200 Subject: [PATCH] Update Semaphore configuration --- .semaphore/semaphore.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .semaphore/semaphore.yml 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