tradingview / msixty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msixty Build status

Making your MSIX experience ten times better!

Working environment setup

This project uses:

It is assumed that abovementioned tools and files are already present in a target system and available for invocation or use.

Create virtual environment and install dependencies:

# set this variable to place virtual environment inside a project's directory
$ export PIPENV_VENV_IN_PROJECT=1

$ pipenv install

Initialize git hooks:

Initialize lefthook with the following command lefthook install

Run conan for creating package:

$ pipenv run conan config install .conan --type dir
$ pipenv run conan create . 0.0.0@tradingview/testing --profile x86_64-Windows-v142-Release -tbf out\\test_package_build\\x86_64-Release

About

License:MIT License


Languages

Language:C++ 39.0%Language:CMake 31.1%Language:Python 30.0%