mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 14:15:44 +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…
x
Reference in New Issue
Block a user