From 69669734975f6bf145269f045aa93274d1367c09 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 10 Mar 2020 22:26:02 -0700 Subject: [PATCH] Set up script to test latest compiler version --- code/compiler/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/compiler/test.sh b/code/compiler/test.sh index 5bb0df2..0541f7a 100755 --- a/code/compiler/test.sh +++ b/code/compiler/test.sh @@ -1,4 +1,4 @@ -cd 09 +cd 10 mkdir -p build && cd build cmake .. make -j8