We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53a008 commit 74a8e62Copy full SHA for 74a8e62
.travis.yml
@@ -4,6 +4,7 @@
4
# See also Semaphore CI for quick tests (not building GDevelop.js, so
5
# faster but not always reliable).
6
7
+dist: noble # Ubuntu 24.04 LTS
8
language: cpp
9
sudo: false
10
compiler:
@@ -22,10 +23,8 @@ addons:
22
23
# Build dependencies:
24
- cmake
25
- p7zip-full
- # Install newer libstdc++ for clang 18 compatibility (requires CXXABI_1.3.11+)
26
- - g++-9
27
-
28
-before_install:
+ # Install libstdc++ dev for clang linking
+ - libstdc++-14-dev
29
30
install:
31
# Ensure we use a recent version of Node.js (and npm).
0 commit comments