From d2a22c9b36be103b2d479bb8fdcc3612f358c41f Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sun, 5 Sep 2021 16:41:08 +0200 Subject: [PATCH] Update build-project.yml --- .github/workflows/build-project.yml | 48 ++++++++++++++--------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index 42088a5f..a0e1eec1 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -71,23 +71,23 @@ jobs: cmake ../ make - - name: Build LPCNet Linux - #if: matrix.os == 'ubuntu-latest' - working-directory: tnc - run: | - cd ~ - git clone https://github.com/drowe67/LPCNet - cd LPCNet && mkdir build_linux && cd build_linux - cmake -DCODEC2_BUILD_DIR=~/codec2/build_linux ../ - make + #- name: Build LPCNet Linux + # #if: matrix.os == 'ubuntu-latest' + # working-directory: tnc + # run: | + # cd ~ + # git clone https://github.com/drowe67/LPCNet + # cd LPCNet && mkdir build_linux && cd build_linux + # cmake -DCODEC2_BUILD_DIR=~/codec2/build_linux ../ + # make - - name: ReBuild codec2 with LPCNet Linux - if: matrix.os == 'ubuntu-latest' - #working-directory: tnc - run: | - cd ~/codec2/build_linux && rm -Rf * - cmake -DLPCNET_BUILD_DIR=~/LPCNet/build_linux .. - make + #- name: ReBuild codec2 with LPCNet Linux + # if: matrix.os == 'ubuntu-latest' + # #working-directory: tnc + # run: | + # cd ~/codec2/build_linux && rm -Rf * + # cmake -DLPCNET_BUILD_DIR=~/LPCNet/build_linux .. + # make - name: Copy codec2 to TNC Linux if: matrix.os == 'ubuntu-latest' @@ -97,13 +97,13 @@ jobs: cp -R ~/codec2 ./tnc/ ls -R - - name: Copy LPCNet to TNC Linux - if: matrix.os == 'ubuntu-latest' - #working-directory: tnc - run: | - #cp -R ~/LPCNet ./tnc/dist - cp -R ~/LPCNet ./tnc/ - ls -R + #- name: Copy LPCNet to TNC Linux + # if: matrix.os == 'ubuntu-latest' + # #working-directory: tnc + # run: | + # #cp -R ~/LPCNet ./tnc/dist + # cp -R ~/LPCNet ./tnc/ + # ls -R - name: Build Linux if: matrix.os == 'ubuntu-latest' @@ -178,7 +178,7 @@ jobs: cp -R ./tnc/dist/hamlib gui-bundle #cp -R ./tnc/dist/codec2 gui-bundle cp -R ./tnc/codec2 gui-bundle - cp -R ./tnc/LPCNet gui-bundle + #cp -R ./tnc/LPCNet gui-bundle cp ./tnc/dist/daemon gui-bundle cp ./tnc/dist/tnc gui-bundle chmod +x ./gui-bundle/hamlib/linux/rigctld