1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

added testScript to run local tests

This commit is contained in:
Stephen Gaito 2020-06-03 14:54:10 +01:00
parent fbf06c21f8
commit 939075cc3a
4 changed files with 20 additions and 4 deletions

View File

@ -25,10 +25,10 @@ jobs:
# - docker # - docker
dist: bionic dist: bionic
script: ./buildScripts/travisLinuxDoItAll script: ./buildScripts/travisLinuxDoItAll
# - stage: test - stage: test
# os: os:
# - linux - linux
# script: ./testScripts/doItAllTravis script: ./testScripts/runLocalTests
#deploy: #deploy:
# provider: releases # provider: releases
# api_key: # api_key:

0
testScripts/doItAll Normal file → Executable file
View File

0
testScripts/doItAllTravis Normal file → Executable file
View File

16
testScripts/runLocalTests Executable file
View File

@ -0,0 +1,16 @@
#!/bin/bash
set -ev
# This bash script runs the pdf2htmlEX tests
cd pdf2htmlEX/test
# The following is only needed for the local browser tests
#
# ./installAutomaticTestSoftware
./runLocalTests
# ./runLocalBrowserTests