Skip to content

xStrom/ci-test

Repository files navigation

CI Test

Testing various CI strategies here ...

How to specify additional dependencies

dependencies: >-
  ${{ matrix.target == 'x86_64-unknown-linux-gnu' && '
    sudo apt install ripgrep
    rg --version
  ' || '' }}

dependencies: >-
  ${{ matrix.target == 'x86_64-unknown-linux-gnu' && '
    sudo apt install ripgrep
    rg --version
  ' || matrix.target == 'x86_64-pc-windows-msvc' && '
    choco install ripgrep
    rg --version
  ' || '' }}

License

Licensed under either of

at your option.

About

Testing CI strategies.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages