Skip to content
Snippets Groups Projects
Select Git revision
  • master-libyaml-test-suite
  • branch/default default protected
  • release/0.2.5
  • master
  • run-test-suite-2
  • master-2
  • release/test
  • testing
  • run-test-suite
  • perlpunk/fix-tag-chars
  • dist
  • packaging
  • release/0.2.4
  • run-test-suite-code
  • release/0.2.3
  • perlpunk/anchor-chars
  • release-0.1.8
  • run-test-suite-list
  • canonical-code-style
  • issue/10
20 results

Makefile.am

Blame
    • Ingy döt Net's avatar
      f7f96b4eeef9
      Fix problems in CI failures (travis and semaphore) · f7f96b4eeef9
      Ingy döt Net authored
      In the Makefile.am, switched out the fetch (which can have auth problems
      in certain envs) with a simple branch per @perlpunk++'s suggestion.
      
      With the new test branches, travis had a problem in that it only clones
      one branch and we need the other branch refs to be available. Fixed this
      by fetching the other branch refs. I also cleaned up the travis YAML
      file.
      
      The Ubuntu 14.04 docker image (used by semaphoreci) had an older git,
      without the worktree command, so I made it install the latest git from a
      ppa.
      
      Renamed tests/run-tests.sh to tests/run-all-tests.sh for tab completion
      conflict reasons.
      f7f96b4eeef9
      History
      Fix problems in CI failures (travis and semaphore)
      Ingy döt Net authored
      In the Makefile.am, switched out the fetch (which can have auth problems
      in certain envs) with a simple branch per @perlpunk++'s suggestion.
      
      With the new test branches, travis had a problem in that it only clones
      one branch and we need the other branch refs to be available. Fixed this
      by fetching the other branch refs. I also cleaned up the travis YAML
      file.
      
      The Ubuntu 14.04 docker image (used by semaphoreci) had an older git,
      without the worktree command, so I made it install the latest git from a
      ppa.
      
      Renamed tests/run-tests.sh to tests/run-all-tests.sh for tab completion
      conflict reasons.