File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 9090 python3 -m venv .venv
9191 ${{ matrix.config.activate_venv }}
9292 pip3 install -r scripts/requirements.txt
93+ which conan
94+ conan remote list
95+ conan remote add teiacare ${{ secrets.ARTIFACTORY_URL }}/teiacare --insert 0 --force
96+ conan user ${{ secrets.ARTIFACTORY_USERNAME }} -p ${{ secrets.ARTIFACTORY_PASSWORD }} -r teiacare
97+ conan remote list
9398
9499 - name : Setup Conan
95100 uses : ./.github/actions/shell
98103 ${{ matrix.config.activate_venv }}
99104 which conan
100105 conan remote list
101- conan remote add teiacare ${{ secrets.ARTIFACTORY_URL }}/teiacare --insert 0 --force
102- conan user ${{ secrets.ARTIFACTORY_USERNAME }} -p ${{ secrets.ARTIFACTORY_PASSWORD }} -r teiacare
103- conan remote list
104106 python3 scripts/conan/setup.py ${{ matrix.build_type }} ${{ matrix.config.compiler }} ${{ matrix.config.compiler_version }}
105107
106108 - name : Build
You can’t perform that action at this time.
0 commit comments