Giter VIP home page Giter VIP logo

Comments (5)

eiaro avatar eiaro commented on August 16, 2024 1

I can correct the build file and take it from here.

from zigbeenet.

Mr-Markus avatar Mr-Markus commented on August 16, 2024 1

Fixed by #8

from zigbeenet.

eiaro avatar eiaro commented on August 16, 2024

I am not able to setup this for you. If you choose to use AppVeyor you just access their page and activate it using your GitHub credentials. Then on the Projects page you add this repository.

Then add a file named appveyor.yml with the following content and it should be setup to build.

version: 1.0.{build}
image:
  - Visual Studio 2017
  - Ubuntu1804
install:
  - git submodule update --init --recursive
before_build:
  - nuget restore unpi-net/src/UnpiNet.sln
  - nuget restore src/ZigbeeNet.sln
build:
  verbosity: minimal
  project: src/ZigbeeNet.sln

If I do it, only my fork would be built and that's not ideal.

from zigbeenet.

Mr-Markus avatar Mr-Markus commented on August 16, 2024

ok, i created an appvayor account and linked it with my repository. After that i created the appvayor.yml file in the repository and received that:

Build started
2
git clone -q --branch=master https://github.com/Mr-Markus/ZigbeeNet.git C:\projects\zigbeenet
3
git checkout -qf a14f1fc
4
Solution project file "UnpiNet.csproj" cannot be found.

Was everything done correctly and could you use it or do i have to do further steps?

from zigbeenet.

Mr-Markus avatar Mr-Markus commented on August 16, 2024

I replaced unpi-net Project reference which came from submodule with new NuGet Package

After the commit it build automatically with Status succeded, but i think it dind't worked:

[00:00:00] Build started
[00:00:00] git clone -q --branch=master https://github.com/Mr-Markus/ZigbeeNet.git C:\projects\zigbeenet
[00:00:05] git checkout -qf 395e7fd
[00:00:06] msbuild "C:\projects\zigbeenet\src\ZigbeeNet.sln" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
[00:00:08] Microsoft (R) Build Engine version 14.0.25420.1
[00:00:08] Copyright (C) Microsoft Corporation. All rights reserved.
[00:00:08]
[00:00:12] C:\projects\zigbeenet\src\ZigbeeNet\ZigbeeNet.csproj.metaproj : warning MSB4078: The project file "ZigbeeNet\ZigbeeNet.csproj" is not supported by MSBuild and cannot be built.
[00:00:12] C:\projects\zigbeenet\src\ZigbeeNet.ZCL\ZigbeeNet.ZCL.csproj.metaproj : warning MSB4078: The project file "ZigbeeNet.ZCL\ZigbeeNet.ZCL.csproj" is not supported by MSBuild and cannot be built.
[00:00:12] C:\projects\zigbeenet\src\ZigbeeNet.CCZnp\ZigbeeNet.CC.csproj.metaproj : warning MSB4078: The project file "ZigbeeNet.CCZnp\ZigbeeNet.CC.csproj" is not supported by MSBuild and cannot be built.
[00:00:12] Discovering tests...OK
[00:00:12] Build success

Could you check it pls? Thanks

from zigbeenet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.