diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/makepkg.yml | 35 | ||||
| -rw-r--r-- | .github/workflows/rust.yml | 25 |
2 files changed, 0 insertions, 60 deletions
diff --git a/.github/workflows/makepkg.yml b/.github/workflows/makepkg.yml deleted file mode 100644 index 043a84d..0000000 --- a/.github/workflows/makepkg.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Rust-makepkg-Arch - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - - runs-on: archlinux-latest - - steps: - - - uses: actions/checkout@v4 - - uses: docker://archlinux:latest - - name: Manual build test - run: cargo build --verbose - - - name: Cargo tests - run: cargo test --verbose - - - name: Test makepkg build - run: bash -c " - pacman -Sy --noconfirm base-devel git alsa-lib libx11 rustup && - useradd -m builder && - chown -R builder:builder /github/workspace && - cd /github/workspace/aur && - sudo -u builder bash -c ' - rustup default stable && - makepkg -sf --noconfirm --nocheck --syncdeps'"
\ No newline at end of file diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index 87e74dd..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Rust-Ubuntu - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Setup environment - run: sudo apt install -y libasound2-dev libx11-dev - - - name: Build - run: cargo build --verbose --release - - - name: Test - run: cargo test --verbose
\ No newline at end of file |
