mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
ci: Build base image.
This commit is contained in:
parent
436c0959f4
commit
7236d1f871
12
circle.yml
Normal file
12
circle.yml
Normal file
@ -0,0 +1,12 @@
|
||||
machine:
|
||||
services:
|
||||
- docker
|
||||
|
||||
dependencies:
|
||||
override:
|
||||
- docker info
|
||||
- docker pull thewtex/cross-compiler-base
|
||||
|
||||
test:
|
||||
override:
|
||||
- make base
|
Loading…
Reference in New Issue
Block a user