Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7c0c8a222b | |||
0c570fab1c |
12
.circleci/config.yml
Normal file
12
.circleci/config.yml
Normal file
@ -0,0 +1,12 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: eyedeekay/builders:gcc
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Build
|
||||
command: make
|
Reference in New Issue
Block a user