Skip to content

Commit

Permalink
[DDB-15] [DDB-16]
Browse files Browse the repository at this point in the history
  • Loading branch information
bauman committed Feb 9, 2021
1 parent c07a90c commit c69588a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-test-u20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo rm -rf /usr/include/discodb.h /usr/include/ddb*.h /usr/lib/libdiscodb.so
- name: install c dependency
run:
sudo apt-get install -y wget libcmph-dev cmake make build-essential;
sudo apt-get install -y wget libcmph-dev cmake make build-essential luajit;
wget http://pkgs.bauman.space/discodb/sample.ddb -O /tmp/sample.ddb;
wget http://pkgs.bauman.space/discodb/animals.ddb -O /tmp/animals.ddb;
wget http://pkgs.bauman.space/discodb/cjk.ddb -O /tmp/cjk.ddb;
Expand Down Expand Up @@ -49,3 +49,7 @@ jobs:
find . -name "*.so" | xargs -P1 -n1 ldd ;
pip3 install --force-reinstall dist/discodb*.whl ;
python3 util/test_merge.py ;
- name: verify lua library
run:
cd lua;
luajit discotest.lua ;

0 comments on commit c69588a

Please sign in to comment.