소스 검색

build system: the conan-center-index makes the custom deploy step useless (close #380)

Michele Caini 6 년 전
부모
커밋
0a95a0674b
2개의 변경된 파일4개의 추가작업 그리고 37개의 파일을 삭제
  1. 0 33
      .github/workflows/deploy.yml
  2. 4 4
      README.md

+ 0 - 33
.github/workflows/deploy.yml

@@ -1,33 +0,0 @@
-name: deploy
-
-on:
-  push:
-    tags:
-      - v*
-
-jobs:
-
-  conan:
-    timeout-minutes: 10
-    runs-on: ubuntu-latest
-
-    steps:
-    - uses: docker://conanio/gcc8
-    - uses: actions/checkout@v1
-    - name: Setup Python
-      uses: actions/setup-python@master
-      with:
-        version: 3.6
-    - name: Install
-      run: |
-        chmod +x conan/ci/install.sh
-        ./conan/ci/install.sh
-    - name: Deploy
-      env:
-        CONAN_LOGIN_USERNAME: ${{ secrets.CONAN_LOGIN_USERNAME }}
-        CONAN_PASSWORD: ${{ secrets.CONAN_PASSWORD }}
-        CONAN_UPLOAD: ${{ secrets.CONAN_UPLOAD }}
-        CONAN_GCC_VERSIONS: 8
-      run: |
-        chmod +x conan/ci/build.sh
-        ./conan/ci/build.sh

+ 4 - 4
README.md

@@ -288,11 +288,11 @@ Note that benchmarks are not part of this set.
 
 `EnTT` is available for some of the most known packaging tools. In particular:
 
-* [`Conan`](https://bintray.com/skypjack/conan/entt%3Askypjack/_latestVersion),
-  the C/C++ Package Manager for Developers.
+* [`Conan`](https://github.com/conan-io/conan-center-index), the C/C++ Package
+  Manager for Developers.
 
-* [`vcpkg`](https://github.com/Microsoft/vcpkg/tree/master/ports/entt),
-  Microsoft VC++ Packaging Tool.<br/>
+* [`vcpkg`](https://github.com/Microsoft/vcpkg), Microsoft VC++ Packaging
+  Tool.<br/>
   You can download and install `EnTT` in just a few simple steps:
 
   ```