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

TRY: speedup builds with artifacts

parent 30b09dac
Branches
No related merge requests found
......@@ -17,18 +17,30 @@ build_all:
- ./build.sh
tags:
- 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
# expire_in: 1 week
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
expire_in: 1 week
testsimplelexer:
......
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