Skip to content

Commit

Permalink
Upgrade Travis Ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian authored Sep 10, 2024
1 parent c3543f0 commit e5d2717
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

language: cpp
sudo: false
dist: jammy
compiler:
- clang

Expand All @@ -16,21 +17,14 @@ cache:

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
# Build dependencies:
- cmake
- p7zip-full

before_install:
# This workaround is required to avoid libstdc++ errors (Emscripten requires a recent version of libstdc++)
- wget -q -O libstdc++6 http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.12_amd64.deb
- sudo dpkg --force-all -i libstdc++6

install:
# Ensure we use a recent version of Node.js (and npm).
- nvm install v16 && nvm use v16
- nvm install v18 && nvm use v18
#Compile the tests only for GDCore
- mkdir .build-tests
- cd .build-tests
Expand Down

0 comments on commit e5d2717

Please sign in to comment.