原始内容
高亮显示
复制内容
#!/usr/bin/env python # -*- coding: utf-8 -*- import os if os.getenv("APPVEYOR_REPO_TAG") != "true": print("Skip build step. It's not TAG") else: os.system("python conan/build.py")
您还没有登录,登录后您可以:
首次使用?从这里 注册