Skip to content

Commit

Permalink
Add SemaphoreCI
Browse files Browse the repository at this point in the history
SemaphoreCI is our standard CI engine in all of our projects. We move
this project there to fit with our standards.
  • Loading branch information
luismiramirez committed Sep 15, 2021
1 parent 4002683 commit 46301e9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: v1.0
name: AppSignal sql_lexer
agent:
machine:
type: e1-standard-2
containers:
- name: main
image: registry.semaphoreci.com/rust:1.51
blocks:
- name: 'Test'
task:
jobs:
- name: 'Build and test'
commands:
- checkout
- cargo build --verbose
- cargo +nightly test --verbose
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

0 comments on commit 46301e9

Please sign in to comment.