git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c48f3f6
)
build,circleci: enable CircleCI workflows
author
Etienne Champetier
<redacted>
Mon, 29 Oct 2018 03:06:43 +0000
(23:06 -0400)
committer
Etienne Champetier
<redacted>
Mon, 29 Oct 2018 03:26:25 +0000
(23:26 -0400)
Signed-off-by: Etienne Champetier <redacted>
.circleci/config.yml
patch
|
blob
|
history
diff --git
a/.circleci/config.yml
b/.circleci/config.yml
index 509119505f4d40a9e38da2a9bd1b9a9dd8fab9d3..7c57813aa68b4d70a7e93dab27ddda806b4fe098 100644
(file)
--- a/
.circleci/config.yml
+++ b/
.circleci/config.yml
@@
-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
git clone https://git.99rst.org/PROJECT