From 36fc6bd1d4b5d218f8bfdc61343c06e2a3ed9212 Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 20 Jan 2020 13:39:52 +0100 Subject: [PATCH 1/3] add ggplotnim to important_packages --- testament/important_packages.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index f2ce8fb255911..3f09194506720 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -30,6 +30,7 @@ pkg "easygl", "nim c -o:egl -r src/easygl.nim", true, "https://github.com/jackmo pkg "elvis" pkg "fragments", "nim c -r fragments/dsl.nim" pkg "gara" +pkg "ggplotnim", "nim c -r tests/tests.nim", true pkg "glob" pkg "gnuplot" # pkg "godot", "nim c -r godot/godot.nim" # not yet compatible with Nim 0.19 From 04914d18045d0af4ecb922457678fea2fc1f9548 Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 20 Jan 2020 14:11:27 +0100 Subject: [PATCH 2/3] ggplotnim has changed, we can now run all their tests --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 3f09194506720..e8a35af8ab9dd 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -30,7 +30,7 @@ pkg "easygl", "nim c -o:egl -r src/easygl.nim", true, "https://github.com/jackmo pkg "elvis" pkg "fragments", "nim c -r fragments/dsl.nim" pkg "gara" -pkg "ggplotnim", "nim c -r tests/tests.nim", true +pkg "ggplotnim", "", true pkg "glob" pkg "gnuplot" # pkg "godot", "nim c -r godot/godot.nim" # not yet compatible with Nim 0.19 From 06c6d414aacd4aec044281e89aa1185a50cdd4c6 Mon Sep 17 00:00:00 2001 From: narimiran Date: Fri, 24 Jan 2020 21:23:57 +0100 Subject: [PATCH 3/3] specify which command to run --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index e8a35af8ab9dd..3018a21ffd56d 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -30,7 +30,7 @@ pkg "easygl", "nim c -o:egl -r src/easygl.nim", true, "https://github.com/jackmo pkg "elvis" pkg "fragments", "nim c -r fragments/dsl.nim" pkg "gara" -pkg "ggplotnim", "", true +pkg "ggplotnim", "nimble testCI", true pkg "glob" pkg "gnuplot" # pkg "godot", "nim c -r godot/godot.nim" # not yet compatible with Nim 0.19