Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed May 4, 2024
1 parent 9944a2c commit 7868c21
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/qctools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,17 +149,12 @@ jobs:
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}

- name: Set Qt5 environment path
run: |
echo "$Qt5_DIR"/bin >> $GITHUB_PATH
echo $GITHUB_PATH
- name: Build qwt
run: |
git clone --branch qwt-6.2 --depth 1 https://git.code.sf.net/p/qwt/git ../qwt
cd ../qwt
qmake -r
make -j4
make CC=$CC CXX=$CXX -j4
- name: Build FFmpeg
run: |
Expand All @@ -175,7 +170,7 @@ jobs:
--disable-ffplay \
--disable-ffprobe \
--disable-debug
make -j12
make CC=$CC CXX=$CXX -j12
- name: Build QCTools
env:
Expand Down Expand Up @@ -228,16 +223,12 @@ jobs:
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}

- name: Set Qt6 environment path
run: |
echo "$Qt6_DIR"/bin >> $GITHUB_PATH
- name: Build qwt
run: |
git clone --branch qwt-6.2 --depth 1 https://git.code.sf.net/p/qwt/git ../qwt
cd ../qwt
qmake -r
make -j4
make CC=$CC CXX=$CXX -j4
- name: Build FFmpeg
run: |
Expand All @@ -253,7 +244,7 @@ jobs:
--disable-ffplay \
--disable-ffprobe \
--disable-debug
make -j12
make CC=$CC CXX=$CXX -j12
- name: Build QCTools
env:
Expand All @@ -263,7 +254,7 @@ jobs:
mkdir build
cd build
qmake ..
make -j4
make CC=$CC CXX=$CXX -j4
build-linux:

Expand Down

0 comments on commit 7868c21

Please sign in to comment.