From 58e133ab500aa12f99258c368998492f3d15d02a Mon Sep 17 00:00:00 2001 From: Trammell hudson Date: Tue, 7 Jan 2020 23:34:17 +0100 Subject: [PATCH] circleci: try just qemu-coreboot --- .circleci/config.yml | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 642d43fe..30348b23 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ jobs: name: qemu-coreboot command: | ./build/make-4.2.1/make \ - -j4 \ + -j2 \ BOARD=qemu-coreboot \ - store-artifacts: @@ -60,32 +60,6 @@ jobs: path: build/qemu-coreboot/hashes.txt - - run: - name: qemu-linuxboot - command: | - ./build/make-4.2.1/make \ - -j4 \ - BOARD=qemu-linuxboot \ - - - store-artifacts: - path: build/qemu-linuxboot/linuxboot.rom - - store-artifacts: - path: build/qemu-linuxboot/hashes.txt - - - - run: - name: x230 - command: | - ./build/make-4.2.1/make \ - -j4 \ - BOARD=x230 \ - - - store-artifacts: - path: build/x230/coreboot.rom - - store-artifacts: - path: build/x230/hashes.txt - - workflows: version: 2 build_and_test: