update readme #41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: continuous | |
on: | |
push: | |
branches: [ "master" , "develop" ] | |
pull_request: | |
branches: [ "master" , "develop"] | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
continuous: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: deps | |
run: sudo apt-get install -y curl fd-find git docker-ce docker-ce-cli containerd.io docker-buildx-plugin packer && packer plugins install github.com/hashicorp/docker | |
- name: continuous | |
run: git clone https://github.com/taishingi/continuous-template.git continuous && cd continuous/rust && ./scripts-gen "github.com" "taishingi" "continuous-testing" "${GITHUB_REF##*/}" "4" && packer validate . && packer build . |