Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 16afff7a authored by gama's avatar gama
Browse files

[CI] Fix typo in target name

parent b285b087
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ lint:linux:
CPM_SOURCE_CACHE: "cpm_cache"
script:
- cmake --preset x64-linux-debug
- cmake --build --preset x64-linux-debug --target fixit_lib_analysis | tee analysis.log
- cmake --build --preset x64-linux-debug --target sandbox_lib_analysis | tee analysis.log
- chmod +x ./scripts/analyse_log.sh && /bin/sh ./scripts/analyse_log.sh analysis.log warnings.log
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment