mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix npm install on Travis (#3455)
This commit is contained in:
@@ -60,6 +60,8 @@ before_install:
|
|||||||
- sudo dpkg --force-all -i libstdc++6
|
- sudo dpkg --force-all -i libstdc++6
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
# Ensure we use a recent version of Node.js (and npm)
|
||||||
|
- nvm install v16 && nvm use v16
|
||||||
#Get the correct version of gcc/g++
|
#Get the correct version of gcc/g++
|
||||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-${GCC_VERSION}" CC="gcc-${GCC_VERSION}"; fi
|
- if [ "$CXX" = "g++" ]; then export CXX="g++-${GCC_VERSION}" CC="gcc-${GCC_VERSION}"; fi
|
||||||
#Compile the tests only for GDCore
|
#Compile the tests only for GDCore
|
||||||
|
Reference in New Issue
Block a user