1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:07:45 +00:00

Travis: Fix wrong path to Meta/check-symbols.sh

This commit is contained in:
Andreas Kling 2020-09-06 23:49:19 +02:00
parent 02f251bb4a
commit 638790c9a4

View file

@ -49,7 +49,7 @@ script:
- cd Build - cd Build
- cmake .. -DBUILD_LAGOM=1 -DALL_THE_DEBUG_MACROS=1 - cmake .. -DBUILD_LAGOM=1 -DALL_THE_DEBUG_MACROS=1
- make -j2 - make -j2
- Meta/check-symbols.sh - ../Meta/check-symbols.sh
- CTEST_OUTPUT_ON_FAILURE=1 make test - CTEST_OUTPUT_ON_FAILURE=1 make test
- cd Meta/Lagom - cd Meta/Lagom
- DISABLE_DBG_OUTPUT=1 ./test-js - DISABLE_DBG_OUTPUT=1 ./test-js