1. 30 Jul, 2021 1 commit
    • Josh A. Mitchell's avatar
      Accept relative links between documentation sites (#3188) · 473069f0
      Josh A. Mitchell authored
      * Accept relative links between documentation sites
      
      * add glob to linkinator
      
      * Recurse from index.html
      
      * Path is relative to server-root
      
      * Get all the dots and slashes just right
      
      * Report only the broken links
      
      * Treat linkinator's --skip argument as regex and skip the ks.uiuc.edu domain
      
      * Increase linkinator timeout rather than skip ks.uiuc.edu
      
      * typo
      
      * another typo
      
      * Delete .confirm_shortcut_change
      473069f0
  2. 12 Apr, 2021 1 commit
  3. 10 Feb, 2021 1 commit
    • Jaime Rodríguez-Guerra's avatar
      Migrate CI to GH Actions (#2964) · 6f8534dc
      Jaime Rodríguez-Guerra authored
      * Add draft GHA-based CI for Linux
      
      * Fix events
      
      * Dup key
      
      * Fix path
      
      * Update env vars
      
      * More fixes
      
      * Fix env vars again
      
      * add doxygen
      
      * add sudo
      
      * Typo
      
      * upgrade CUDA
      
      * escape newlines
      
      * more backslashes
      
      * fix CUDA_APT
      
      * more env vars fixes
      
      * fix missing file
      
      * acumulate env_vars
      
      * build python wrappers only if requested
      
      * add pytest
      
      * use $GITHUB_ENV
      
      https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files
      
      * use ${GITHUB_WORKSPACE}
      
      * Pin older gromacs
      
      * add windows
      
      * Provide default values for unbound vars
      
      * fixes
      
      * this is powershell not cmd
      
      * update envs
      
      * win fix
      
      * make windows use cmd
      
      * Change install prefix
      
      * fixes
      
      * better env files
      
      * Increase timeout threshold
      
      * set xcode to 10.x
      
      * specify action version
      
      * fix sdk in macos
      
      * split jobs a bit more
      
      * build wrappers even if tests failed for c...
      6f8534dc