blob: 9bac46dbe7b2c739a92114e69e41c9d7abc7b7f0 [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3import os
4
5if os.getenv("APPVEYOR_REPO_TAG") != "true":
6 print("Skip build step. It's not TAG")
7else:
8 os.system("python conan/build.py")