Init circleci file
This commit is contained in:
parent
153a7cc82f
commit
311c3433b0
1 changed files with 10 additions and 0 deletions
10
.circleci/config
Normal file
10
.circleci/config
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: 2.0
|
||||
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: base/archlinux
|
||||
working_directory: ~/dotfiles
|
||||
steps:
|
||||
- checkout
|
||||
- run: git submodule update --init
|
Loading…
Reference in a new issue