Create c-cpp.yml

This commit is contained in:
Vincent Torri 2021-04-20 06:42:25 +02:00 committed by GitHub
parent 42849aca03
commit e87f172d82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ jobs:
- name: Build Entice - name: Build Entice
run: | run: |
export PATH=/opt/efl/bin:$PATH export PATH=/opt/efl/bin:$PATH
export LD_LIBRARY_PATH=/opt/efl/lib export LD_LIBRARY_PATH=/opt/efl/lib/x86_64-linux-gnu
export PKG_CONFIG_PATH=/opt/efl/lib/pkgconfig export PKG_CONFIG_PATH=/opt/efl/lib/x86_64-linux-gnu/pkgconfig
mkdir builddir mkdir builddir
cd builddir cd builddir
meson .. --prefix=/opt/efl meson .. --prefix=/opt/efl