Open cancerberoSgx opened 5 years ago
Sometimes I forget bash isn't supported on Windows, so the package scripts would have to be refactored for cross platform installations.
It seems weird that bash can't find endif
I'll look into this.
@marcus-sa just a heads up about a previous error that might be causing this: [ 16%] Building CXX object CMakeFiles/NgTest.dir/src/main.cpp.o Error running 'clang-tidy': No such file or directory
How do you run docker ? we should add a working command example in the readme
@cancerberoSgx yes you're right. I'll update the documentation tomorrow and get this bug fixed.
I'm trying to use this library in my own project but I fail. BTW I'm trying to use it in nodegui to write tests for it
I tried something like this
docker run --rm -i -v "$PWD":/code --workdir /code ngqt/qode sh test.sh
where test.sh is
and ./package.json has
"@ng-qt/ng-test": "0.0.3",
but fails with error (see below)
same for
or with npm
Also tried the same on a linux host with required dependencies and on macOs (in which will fail because Qtwidgets.so is not found..
Error: