Skip to content

Commit

Permalink
update CI with new spm tools
Browse files Browse the repository at this point in the history
  • Loading branch information
PKD667 committed Jul 24, 2024
1 parent 47089b2 commit 53a8c01
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 23 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/check-pkg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: OUR .ecmp file check CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]


jobs:
build:


runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install libcurl
run: sudo apt-get install libcurl4-gnutls-dev -y

- name: configure libspm
run: |
git clone https://github.com/Soviet-Linux/libspm --recurse-submodules
make -C libspm all
make -C libspm test
sudo make -C libspm install
- name: Try .ecmp files
run: |
find -name "*.ecmp" -exec sh -c './libspm/bin/package-test "$1" || exit 255' _ {} \;
23 changes: 0 additions & 23 deletions .github/workflows/ourcustomci.yml

This file was deleted.

0 comments on commit 53a8c01

Please sign in to comment.