Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T TrafficMonitor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 813
    • Issues 813
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • zhongyang219
  • TrafficMonitor
  • Merge requests
  • !300

添加自动化构建流程,并更新readme文件

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/josStorer/master into master Mar 03, 2020
  • Overview 2
  • Commits 4
  • Pipelines 0
  • Changes 5

Created by: josStorer

添加github actions自动化构建文件,从而自动构建最新的提交 image

为此需要指定工程文件排除项为空 <ExcludePath /> ,否则无法编译mfc项目

目前github actions使用的windows-latest版本,v141构建工具存在问题,无法编译mfc项目,因此对于x64和x86构建,指定了-p:platformToolset=v142以采用v142构建工具,对于windowsXP构建,指定了-p:platformToolset=v140_xp和COMPILE_FOR_WINXP,下为XP运行效果

image

更新Readme文件以引导下载最新的自动构建版本,并提示构建状态

image

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/josStorer/master