Skip to content

Commit

Permalink
Update build_xtd_and_launch_unit_tests_on_linux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Sep 25, 2023
1 parent 0cdee7b commit b680a8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/github/build_xtd_and_launch_unit_tests_on_linux.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

sudo apt install gcc-11 g++-11
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11
#sudo update-alternatives --set gcc /usr/bin/gcc-11
sudo update-alternatives --set g++ /usr/bin/g++-11

# clone, generate and build wxwidgets 3.2.2.1
mkdir -p build/thirdparty/ && cd build/thirdparty
git clone https://github.com/wxwidgets/wxwidgets.git -b v3.2.2.1 --depth 1
Expand Down

0 comments on commit b680a8c

Please sign in to comment.