Giter VIP home page Giter VIP logo

cet's People

Contributors

offa avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

cet's Issues

Improved output

An improved output, eg. using colors to indicate test results.

Environment variable support

Support testing of environment variables. A variable can either:

  • exists
  • contains value
  • the value contains a substring — maybe later
  • Integrate into yml config
  • Update documentation

Re-enable GCC 7 and 8 builds

These version do not fully support std::filesystem (#5). If the -lstdc++fs flag works and there are no other issues, they should become part of the ci build again.

MSVC CI build failure

MSVC builds fail due to an Conan 2.0.3 issue (will be fixed in 2.0.4):

 ======== Finalizing install (deploy, generators) ========
conanfile.txt: Writing generators to D:\a\cet\cet\build
conanfile.txt: Generator 'CMakeDeps' calling 'generate()'
conanfile.txt: ERROR: Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\site-packages\conan\tools\cmake\cmakedeps\templates\__init__.py", line 42, in render
    context = self.context
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\site-packages\conan\tools\cmake\cmakedeps\templates\target_data.py", line 54, in context
    if os.path.commonpath([root_folder, generators_folder]) == generators_folder:
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\ntpath.py", line 763, in commonpath
    raise ValueError("Paths don't have the same drive")
ValueError: Paths don't have the same drive

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\site-packages\conans\client\generators\__init__.py", line 70, in write_generators
    generator.generate()
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\site-packages\conan\tools\cmake\cmakedeps\cmakedeps.py", line 42, in generate
    generator_files = self.content
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\site-packages\conan\tools\cmake\cmakedeps\cmakedeps.py", line 84, in content
    self._generate_files(require, dep, ret, find_module_mode=False)
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\site-packages\conan\tools\cmake\cmakedeps\cmakedeps.py", line 97, in _generate_files
    ret[data_target.filename] = data_target.render()
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\site-packages\conan\tools\cmake\cmakedeps\templates\__init__.py", line 44, in render
    raise ConanException("error generating context for '{}': {}".format(self.conanfile, e))
conans.errors.ConanException: error generating context for 'yaml-cpp/0.7.0': Paths don't have the same drive

ERROR: Error in generator 'CMakeDeps': error generating context for 'yaml-cpp/0.7.0': Paths don't have the same drive

Missing yaml-cpp target

Building yaml-cpp from the current release tag (v0.6.3) doesn't provide the yaml-cpp::yaml-cpp target. The upstream master branch has fixed this, but there's no release yet.

Conan provides the target on it's own, therefore it's not affected.

Testing of windows images?

In theory it should be possible to test windows images too.

Only exception is the usage of setenv() in the tests, which is only available on POSIX.

Executable support

Support checking whether files are executable.

Either as part of the existing file step (#1) or as another dedicated step.

CI builds fail to install packages

CI builds fail to install packages:

+ apt-get install -y python3-pip ninja-build
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package python3-pip
E: Unable to locate package ninja-build
Error: Process completed with exit code 100.

MSVC 2022 CI builds fail

CI Builds using the new MSVC 2022 fail:

ERROR: yaml-cpp/0.7.0: 'settings.compiler.cppstd' value not defined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.