mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 03:38:15 +08:00
testing circleci
This commit is contained in:
8
.circleci/config.yml
Normal file
8
.circleci/config.yml
Normal file
@ -0,0 +1,8 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: mijitt0m/ocelot-build:0.0.1
|
||||
steps:
|
||||
- checkout
|
||||
- run: build.sh
|
Reference in New Issue
Block a user