This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository entice.

View the commit online.

commit 584c0a62680d6f9710f87d5ee9dc73a0441e2b42
Author: Vincent Torri <[email protected]>
AuthorDate: Tue Aug 9 00:32:51 2022 +0200

    remove github CI file
---
 .github/workflows/linux.yml | 40 ----------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
deleted file mode 100644
index 934f854..0000000
--- a/.github/workflows/linux.yml
+++ /dev/null
@@ -1,40 +0,0 @@
-name: Linux CI
-
-on:
-  push:
-    branches: [ master ]
-  pull_request:
-    branches: [ master ]
-    types: [opened, synchronize, reopened]
-
-jobs:
-  build:
-
-    runs-on: ubuntu-latest
-
-    steps:
-    - uses: actions/checkout@v2
-    - name: Install dependencies
-      run: |
-        sudo apt-get -qq update
-        sudo apt install build-essential meson ninja-build python3-pip python3-setuptools
-        pip3 install --upgrade pip
-        pip3 install meson --user
-        sudo apt install libssl-dev libsystemd-dev libjpeg-dev libglib2.0-dev libgstreamer1.0-dev libluajit-5.1-dev libfreetype6-dev libfontconfig1-dev libfribidi-dev libavahi-client-dev libharfbuzz-dev libibus-1.0-dev libx11-dev libxext-dev libxrender-dev libgl1-mesa-dev libopenjp2-7-dev libwebp-dev libgif-dev libtiff5-dev libpoppler-dev libpoppler-cpp-dev libspectre-dev libraw-dev librsvg2-dev libudev-dev libmount-dev libdbus-1-dev libpulse-dev libsndfile1-dev libxcursor-dev libxcompos [...]
-    - name: Install EFL git
-      run: |
-        git clone https://git.enlightenment.org/enlightenment/efl.git
-        cd efl
-        mkdir builddir
-        cd builddir
-        meson .. --prefix=/opt/efl --default-library shared -Dbuild-examples=false -Dbuild-tests=false -Dbindings=
-        sudo ninja install
-    - name: Build Entice
-      run: |
-        export PATH=/opt/efl/bin:$PATH
-        export LD_LIBRARY_PATH=/opt/efl/lib/x86_64-linux-gnu
-        export PKG_CONFIG_PATH=/opt/efl/lib/x86_64-linux-gnu/pkgconfig
-        mkdir builddir
-        cd builddir
-        meson .. --prefix=/opt/efl
-        ninja

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to