Skip to content

A simple project to test a local version of shogun

Notifications You must be signed in to change notification settings

gf712/shogun-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shogun-docker

A simple python script to test Shogun locally with Docker.

Usage

cmake_configs.py config.yml --path LOCAL_SHOGUN_PATH --result-path PATH_TO_STORE_RESULTS

The cmake flags to run for each build are stored in a YAML file (only need to have a name and the cmake flags, see config.yml)

The first time the script runs will take longer as it builds the Docker image.

The results are stored in --result-path for the three steps:

  • cmake
  • build
  • valgrind

To follow the progress of the run you can stream the log files on the terminal with tail -f FILE.

If you only want to run specific tests you can pass arguments directly to gtest_filter with --gtest_filter

About

A simple project to test a local version of shogun

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published