Skip to content

Latest commit

 

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HOW TO USE

  • Build docker image (run once)

    ./docker-create.sh
  • Start docker container (run once. Need to rerun if docker container has been stopped)

    ./docker-start.sh
  • Run test

    ./run-test.sh

    or setup a cron job

    $ crontab -e
    1 1 * * 6 cd /home/trungdt/debian-cross/build && ./scripts/run-test.sh