Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVictoryz committed Oct 29, 2023
1 parent ce62335 commit 524b4fc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ourcustomci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: OUR .ecmp file check CI

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


jobs:
build:


runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Install libcurl
run: sudo apt-get install libcurl4-gnutls-dev -y
- name: configure libspm
run: git clone https://github.com/Soviet-Linux/libspm && cd libspm && make all && make formats && make test && sudo make install
- name: Try .ecmp files
run: ./bin/spm-test install ../testing/src/*.ecmp && ./bin/spm-test install ../lxde/src/*.ecmp && ./bin/spm-test install ../xorg/src/*.ecmp && ./bin/spm-test install ../xfce/src/*.ecmp && ./bin/spm-test install ../kde/src/*.ecmp && ./bin/spm-test install ../base/src/*.ecmp

0 comments on commit 524b4fc

Please sign in to comment.