Add build check to Github Actions, and make getrealdeps.rb failure trigger crew error (#9319)

* Add build check to Github Actions, and make getrealdeps.rb failure trigger crew abort

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* bump version

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2024-02-13 02:23:43 -05:00
committed by GitHub
parent 05c58e76c3
commit 4921e4656e
3 changed files with 7 additions and 3 deletions

View File

@@ -21,4 +21,8 @@ jobs:
yes | crew install vim && \
yes | crew remove vim && \
cd ../tests && \
./prop_test"
./prop_test && \
cd ~ && \
git clone --depth=1 https://github.com/chromebrew/chromebrew.git build_test && \
cd build_test && \
yes | crew build -f packages/hello_world_chromebrew.rb"