From ee6a2fa179631c51075be12a7c2c940f1d7e649a Mon Sep 17 00:00:00 2001 From: Jonathan Hakimi Date: Wed, 24 Jun 2020 17:58:26 -0400 Subject: [PATCH] Actually working bcml --- bcml/package.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bcml/package.yml b/bcml/package.yml index 37a5f54..1c56a8b 100644 --- a/bcml/package.yml +++ b/bcml/package.yml @@ -18,9 +18,13 @@ builddeps : setup : | pushd bcml/assets npm install - npm build + ! timeout 5s npm test pushd ../.. build : | %python3_setup install : | %python3_install + cat < $installdir/usr/bin/bcml + #!/bin/bash + python3 -m bcml + EOF