Skip to content

Bump openssl from 0.10.48 to 0.10.55 #27

Bump openssl from 0.10.48 to 0.10.55

Bump openssl from 0.10.48 to 0.10.55 #27

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install mingw-w64
- run: rustup target add i686-pc-windows-gnu
- uses: actions/checkout@v3
- name: Build
run: make
- run: 7za a -- bwaishotgun-linux.7z target/x86_64-unknown-linux-gnu/release/bwaishotgun target/i686-pc-windows-gnu/release/game_table.exe bots tools tm SNP_DirectIP.snp game.toml shotgun.toml
- run: 7za rn -- bwaishotgun-linux.7z target/x86_64-unknown-linux-gnu/release/bwaishotgun BWAIShotgun
- run: 7za rn -- bwaishotgun-linux.7z target/i686-pc-windows-gnu/release/game_table.exe tools/game_table.exe
- name: 'Upload Release Candidate'
uses: actions/upload-artifact@v3
with:
path: bwaishotgun-linux.7z