Convert circleci config to 2.0. (#844)

This commit is contained in:
Ben Kochie 2018-03-08 12:43:49 +01:00 committed by GitHub
commit 65e485c4e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 147 additions and 68 deletions

View file

@ -90,6 +90,7 @@ skip-test-32bit:
@echo ">> SKIP running tests in 32-bit mode: not supported on $(OS_detected)/$(GOARCH)"
collector/fixtures/sys/.unpacked: collector/fixtures/sys.ttar
@echo ">> extracting sysfs fixtures"
./ttar -C collector/fixtures -x -f collector/fixtures/sys.ttar
touch $@