|
10 | 10 | required: true |
11 | 11 |
|
12 | 12 | jobs: |
13 | | - Linux-Build: |
14 | | - runs-on: ubuntu-latest |
| 13 | + cmake-build: |
15 | 14 | strategy: |
16 | 15 | matrix: |
17 | 16 | buildConfiguration: [Debug, Release] |
18 | 17 |
|
19 | 18 | uses: ./.github/workflows/job-cmakebuild-linux.yml |
20 | 19 | with: |
21 | 20 | configuration: ${{matrix.buildConfiguration}} |
22 | | - |
23 | | -# - name: Checkout submodules |
24 | | -# run: git submodule update --init --recursive |
25 | | - |
26 | | -# - name: Install development library |
27 | | -# run: sudo apt-get install libasound2-dev libgl1-mesa-dev libpulse-dev libdbus-1-dev libx11-dev libxcursor-dev libxext-dev libxi-dev libxinerama-dev libxrandr-dev libxss-dev libxt-dev libxxf86vm-dev |
28 | | - |
29 | | -# - name: Install CMake |
30 | | -# uses: jwlawson/actions-setup-cmake@v1.9 |
31 | | -# with: |
32 | | -# cmake-version: '3.20.x' |
33 | | - |
34 | | -# - name: Install pre-requisite packages. |
35 | | -# run: sudo apt-get install -y wget apt-transport-https software-properties-common |
36 | | - |
37 | | -# - name: Download the Microsoft repository GPG keys |
38 | | -# run: wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb |
39 | | - |
40 | | -# - name: Register the Microsoft repository GPG keys |
41 | | -# run: sudo dpkg -i packages-microsoft-prod.deb |
42 | | - |
43 | | -# - name: Update the list of packages after we added packages.microsoft.com |
44 | | -# run: sudo apt-get update |
45 | | - |
46 | | -# - name: Install PowerShell |
47 | | -# run: sudo apt-get install -y powershell |
48 | | - |
49 | | -# - name: Add GCC Toolchain repository |
50 | | -# run: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test |
51 | | - |
52 | | -# - name: Install GCC compiler |
53 | | -# run: sudo apt install -y gcc-11 |
54 | | - |
55 | | -# - name: Install G++ compiler |
56 | | -# run: sudo apt install -y g++-11 |
57 | | - |
58 | | -# - name: CMake Build |
59 | | -# run: .\Scripts\BuildEngine.ps1 -Configurations ${{matrix.buildConfiguration}} |
60 | | -# shell: pwsh |
0 commit comments