Skip to content

Commit

Permalink
Add semaphore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acook committed Apr 14, 2019
1 parent 16e40d5 commit 4686e8f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .semaphore/semaphore.yml
@@ -0,0 +1,18 @@
version: v1.0
name: blacklight
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
blocks:
- name: "Suite: Build & Test"
task:
jobs:
- name: Run CI Script
commands:
- checkout
- pwd
- ls -1
- source /opt/change-go-version.sh
- change-go-version 1.10
- scripts/ci.bash

0 comments on commit 4686e8f

Please sign in to comment.