Skip to content

Commit

Permalink
Merge pull request #93 from OpenI6X/janek/circleci-bump-version
Browse files Browse the repository at this point in the history
bump version on CI
  • Loading branch information
ajjjjjjjj authored Dec 26, 2021
2 parents 82f949e + 4fe1c16 commit a7e611b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ jobs:
- checkout
- run: docker run -it -e "BOARD_NAME=I6X" -e "CMAKE_FLAGS=PCB=I6X HELI=NO GVARS=NO LUA_COMPILER=NO MULTIMODULE=NO DEBUG=NO PCBI6X_ELRSV2=YES" -v $PWD:/opentx vitass/opentx-fw-build
- store_artifacts:
path: opentx-i6x-1.1.0.bin
destination: openi6x-elrsv2-<< pipeline.git.tag >>.bin
path: opentx-i6x-1.1.1.bin
destination: openi6x-1.1.1-elrsv2.bin #-<< pipeline.git.tag >>
build-gvars:
machine: true
steps:
- checkout
- run: docker run -it -e "BOARD_NAME=I6X" -e "CMAKE_FLAGS=PCB=I6X HELI=NO GVARS=YES LUA_COMPILER=NO MULTIMODULE=NO DEBUG=NO" -v $PWD:/opentx vitass/opentx-fw-build
- store_artifacts:
path: opentx-i6x-1.1.0.bin
destination: openi6x-gvars-<< pipeline.git.tag >>.bin
path: opentx-i6x-1.1.1.bin
destination: openi6x-1.1.1-gvars.bin #-<< pipeline.git.tag >>
build-gvars-heli:
machine: true
steps:
- checkout
- run: docker run -it -e "BOARD_NAME=I6X" -e "CMAKE_FLAGS=PCB=I6X HELI=YES GVARS=YES LUA_COMPILER=NO MULTIMODULE=NO DEBUG=NO" -v $PWD:/opentx vitass/opentx-fw-build
- store_artifacts:
path: opentx-i6x-1.1.0.bin
destination: openi6x-gvars-heli-<< pipeline.git.tag >>.bin
path: opentx-i6x-1.1.1.bin
destination: openi6x-1.1.1-gvars-heli.bin #-<< pipeline.git.tag >>
publish-github-release:
docker:
- image: cibuilds/github:0.13
Expand Down

0 comments on commit a7e611b

Please sign in to comment.