Skip to content

Commit

Permalink
Remove unit tests from cd build
Browse files Browse the repository at this point in the history
  • Loading branch information
thewierdnut committed Oct 2, 2024
1 parent 4ef7140 commit a2b1816
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install development dependencies
run: |
sudo rm /etc/apt/sources.list.d/* && sudo dpkg --clear-avail # Speed up installation and get rid of unwanted lists
sudo apt-get update
sudo apt-get install -y --no-install-recommends libsdl2-dev libpng-dev libjpeg-turbo8-dev libopenal-dev libmad0-dev libglew-dev libgl1-mesa-dev uuid-dev ccache libgles2-mesa
python3 -m pip install --user scons
- name: Set up our JDK environment
uses: actions/setup-java@v1.4.3
with:
java-version: 11
- name: Print toolchain versions
run: |
g++ -v
gcc-ar --version
ld -v
scons --version
python --version
java -version
- name: Unit Tests
run: |
scons -Qj $(nproc) opengl=gles mode=debug test;
- name: Update Environment
run: |
mkdir -p ~/.android
Expand Down

0 comments on commit a2b1816

Please sign in to comment.