Skip to content
Snippets Groups Projects
Commit c3d3dfdd authored by Anton Bagliy's avatar Anton Bagliy
Browse files

TRY: speedup builds with artifacts

parent 88226a6f
No related merge requests found
......@@ -19,27 +19,27 @@ build_all:
- docker
artifacts:
paths:
- ./NunitReportParser/bin/Debug/NunitReportParser.exe
- ./TestSimpleLexer/bin/Debug/TestSimpleLexer.dll
- ./TestLexer/bin/Debug/TestLexer.dll
- ./TestGeneratedLexer/bin/Debug/TestGeneratedLexer.dll
- ./TestDescentParser/bin/Debug/TestDescentParser.dll
- ./TestGeneratedParser/bin/Debug/TestGeneratedParser.dll
- ./TestASTParser/bin/Debug/TestASTParser.dll
- ./TestVisitors/bin/Debug/TestVisitors.dll
- ./TestCodeGenerator/bin/Debug/TestCodeGenerator.dll
- ./Module1/bin/Debug/Lexer.exe
- ./Module1/bin/Debug/Lexer.exe
- ./Module2/SimpleLangLexer/bin/Debug/SimpleLexer.dll
- ./Module2/SimpleLexerDemo/bin/Debug/SimpleLexerDemo.exe
- ./Module3/bin/Debug/GeneratedLexer.exe
- ./Module3/bin/Debug/GeneratedLexer.exe
- ./Module4/SimpleLangParser/bin/Debug/SimpleLangParser.dll
- ./Module4/SimpleLangParserTest/bin/Debug/SimpleLangParserTest.exe
- ./Module5/bin/Debug/SimpleLang.exe
- ./Module6/bin/Debug/SimpleLang.exe
- ./Module7/bin/Debug/SimpleLang.exe
- ./Module8/bin/Debug/SimpleLang.exe
- ./NunitReportParser/obj/Debug/NunitReportParser.exe
- ./TestSimpleLexer/obj/Debug/TestSimpleLexer.dll
- ./TestLexer/obj/Debug/TestLexer.dll
- ./TestGeneratedLexer/obj/Debug/TestGeneratedLexer.dll
- ./TestDescentParser/obj/Debug/TestDescentParser.dll
- ./TestGeneratedParser/obj/Debug/TestGeneratedParser.dll
- ./TestASTParser/obj/Debug/TestASTParser.dll
- ./TestVisitors/obj/Debug/TestVisitors.dll
- ./TestCodeGenerator/obj/Debug/TestCodeGenerator.dll
- ./Module1/obj/Debug/Lexer.exe
- ./Module1/obj/Debug/Lexer.exe
- ./Module2/SimpleLangLexer/obj/Debug/SimpleLexer.dll
- ./Module2/SimpleLexerDemo/obj/Debug/SimpleLexerDemo.exe
- ./Module3/obj/Debug/GeneratedLexer.exe
- ./Module3/obj/Debug/GeneratedLexer.exe
- ./Module4/SimpleLangParser/obj/Debug/SimpleLangParser.dll
- ./Module4/SimpleLangParserTest/obj/Debug/SimpleLangParserTest.exe
- ./Module5/obj/Debug/SimpleLang.exe
- ./Module6/obj/Debug/SimpleLang.exe
- ./Module7/obj/Debug/SimpleLang.exe
- ./Module8/obj/Debug/SimpleLang.exe
expire_in: 1 week
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment