We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6ddf6 commit 3d7e76aCopy full SHA for 3d7e76a
.travis.yml
@@ -13,3 +13,4 @@ install:
13
14
script:
15
- docker run phptdlib /root/phptdlib/php_examples/func.php
16
+ - docker run phptdlib /root/phptdlib/build/tester
Dockerfile
@@ -6,9 +6,11 @@ ENV HOME /root
6
7
COPY . $HOME/phptdlib
8
9
+RUN zypper -n install php7-embed && zypper clean
10
+
11
RUN cd $HOME/phptdlib && \
12
mkdir build && cd build && \
- cmake .. && \
+ cmake -DTDLIB_BUILD_TESTS=ON .. && \
make && \
make install
0 commit comments