mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
added testScript to run local tests
This commit is contained in:
parent
fbf06c21f8
commit
939075cc3a
@ -25,10 +25,10 @@ jobs:
|
||||
# - docker
|
||||
dist: bionic
|
||||
script: ./buildScripts/travisLinuxDoItAll
|
||||
# - stage: test
|
||||
# os:
|
||||
# - linux
|
||||
# script: ./testScripts/doItAllTravis
|
||||
- stage: test
|
||||
os:
|
||||
- linux
|
||||
script: ./testScripts/runLocalTests
|
||||
#deploy:
|
||||
# provider: releases
|
||||
# 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