build,circleci: enable CircleCI workflows
authorEtienne Champetier <champetier.etienne@gmail.com>
Mon, 29 Oct 2018 03:06:43 +0000 (23:06 -0400)
committerEtienne Champetier <champetier.etienne@gmail.com>
Mon, 29 Oct 2018 03:26:25 +0000 (23:26 -0400)
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
.circleci/config.yml

index 509119505f4d40a9e38da2a9bd1b9a9dd8fab9d3..7c57813aa68b4d70a7e93dab27ddda806b4fe098 100644 (file)
@@ -6,8 +6,6 @@ jobs:
     environment:
       - SDK_BASE_URL: "https://downloads.lede-project.org/snapshots/targets/ar71xx/generic"
       - SDK_FILE: "openwrt-sdk-ar71xx-generic_gcc-7.3.0_musl.Linux-x86_64.tar.xz"
-    branches:
-      ignore: master
     steps:
       - run:
           name: Download the SDK
@@ -59,3 +57,11 @@ jobs:
       - store_artifacts:
           path: ~/build_dir/bin
 
+workflows:
+  version: 2
+  buildpr:
+    jobs:
+      - build:
+          filters:
+            branches:
+              ignore: master