File tree Expand file tree Collapse file tree
scripts/github-actions/ci Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,11 +9,10 @@ LIBHEXTEXAMPLESD="$HEXTD/libhext/examples"
99LIBHEXTBINDINGSD=" $HEXTD /libhext/bindings"
1010
1111sudo apt-get -q update
12- sudo apt-get -y remove ' php8.*' || true
1312sudo apt-get -q -y install cmake libgumbo-dev rapidjson-dev \
1413 libboost-regex-dev libboost-program-options-dev libgtest-dev \
1514 jq curl build-essential libpcre3-dev wget swig \
16- cppcheck ruby ruby-dev
15+ cppcheck
1716
1817BATSD=$( mktemp -d)
1918cd " $BATSD "
@@ -78,16 +77,6 @@ export PATH="/home/runner/.local/bin:$PATH"
7877pip install pytest
7978PYTHONPATH=. pytest ../pytest
8079
81- cd " $LIBHEXTBINDINGSD /php/build"
82- cmake ..
83- make $MAKE_FLAGS
84- ../test/blackbox.php.sh
85-
86- cd " $LIBHEXTBINDINGSD /ruby/build"
87- cmake ..
88- make $MAKE_FLAGS
89- ../test/blackbox.rb.sh
90-
9180cd " $LIBHEXTBINDINGSD /nodejs"
9281npm install
9382npx cmake-js --runtime=node build
You can’t perform that action at this time.
0 commit comments