Skip to content

ci build and release #7

ci build and release

ci build and release #7

Workflow file for this run

name: build and release
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- run: sudo apt install libpam-dev clang libclang-dev
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: build
args: --release
- uses: actions/upload-artifact@v4
with:
name: libpam-authramp
path: |
target/release/libpam_authramp.so
LICENSE
README.md