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:
parent
fbf06c21f8
commit
939075cc3a
@ -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
0
testScripts/doItAll
Normal file → Executable file
0
testScripts/doItAllTravis
Normal file → Executable file
0
testScripts/doItAllTravis
Normal file → Executable file
16
testScripts/runLocalTests
Executable file
16
testScripts/runLocalTests
Executable 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user